diff options
author | Tim Dettmers <dettmers@klone1.hyak.uw.edu> | 2021-10-21 15:53:20 -0700 |
---|---|---|
committer | Tim Dettmers <dettmers@klone1.hyak.uw.edu> | 2021-10-21 15:53:20 -0700 |
commit | 1ec0d54529a4b8fb79b60ba9149424a420cc7c98 (patch) | |
tree | 3f2af40076073df7bbc4ba0d6dcb3749a99e44a5 /BUCK | |
parent | eaf35ab9499fda4348f9df9c8a190c104884986c (diff) |
Added analysis Adam.
Diffstat (limited to 'BUCK')
-rw-r--r-- | BUCK | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -1,25 +0,0 @@ -prebuilt_python_library( - name = 'bnb-cuda102', - binary_src = ':bnb-cuda102-wheel', -) - - -remote_file( - name = 'bnb-cuda102-wheel', - url = 'https://test-files.pythonhosted.org/packages/4e/69/025b08bf1b7e777ca3800dc79ebe9dfd7309931f0a5f3de132d1433076ff/bitsandbytes_cuda102-0.0.22-py3-none-any.whl', - sha1 = '8c89e640afab18cdc6b7c5924c70e25036811686', - ) - - -prebuilt_python_library( - name = 'bnb-cuda111', - binary_src = ':bnb-cuda111-wheel', -) - - -remote_file( - name = 'bnb-cuda111-wheel', - url = 'https://test-files.pythonhosted.org/packages/f9/38/2179701c80ae2aa9606bce7d498f397bd94e7bb2ff7e7c30ed032a3a39c2/bitsandbytes_cuda111-0.0.22-py3-none-any.whl', - sha1 = '433f534b225bc29391782c8a9d82635bc0eb9d33', - ) - |