diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-16 10:57:10 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-16 10:57:10 -0700 |
commit | 111b8764492fd1f9921caae64ce7d7d3ac7ef183 (patch) | |
tree | 5e2f62b52708cb17e30acd26e74743d840afdbd7 /deploy_from_slurm.sh | |
parent | 1ed2fa2f218d8dac401f3315420ffec92014c124 (diff) | |
parent | 1ced47c5043ed88b78c288f55f43ec3e66a0f765 (diff) |
Merge branch 'cuda-bin-switch-and-cli' of github.com:TimDettmers/bitsandbytes into cuda-bin-switch-and-cli
Diffstat (limited to 'deploy_from_slurm.sh')
-rw-r--r-- | deploy_from_slurm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_from_slurm.sh b/deploy_from_slurm.sh index c6ee84d..bc53869 100644 --- a/deploy_from_slurm.sh +++ b/deploy_from_slurm.sh @@ -202,4 +202,4 @@ if [ ! -f "./bitsandbytes/libbitsandbytes_cuda117_nocublaslt.so" ]; then fi python -m build -python -m twine upload dist/* --verbose --repository testpypi +python -m twine upload dist/* --verbose |