Skip to content

Commit

Permalink
Update linux bitsandbytes version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Jun 23, 2023
1 parent ae22e59 commit 7b81769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements_linux.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # no_verify leave this to specify not checking this a verification stage
xformers==0.0.20 bitsandbytes==0.35.0
xformers==0.0.20 bitsandbytes==0.39.1
accelerate==0.19.0 tensorboard==2.12.1 tensorflow==2.12.0
-r requirements.txt
6 changes: 3 additions & 3 deletions setup/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def env_var_exists(var_name):
if run_accelerate:
run_cmd('accelerate config')
else:
log.error(
log.warning(
f'Could not find the accelerate configuration file in {source_accelerate_config_file}. Please configure accelerate manually by runningthe option in the menu.'
)

Expand Down Expand Up @@ -165,14 +165,14 @@ def env_var_exists(var_name):
if run_accelerate:
run_cmd('accelerate config')
else:
log.error(
log.warning(
'Could not automatically configure accelerate. Please manually configure accelerate with the option in the menu or with: accelerate config.'
)
else:
if run_accelerate:
run_cmd('accelerate config')
else:
log.error(
log.warning(
'Could not automatically configure accelerate. Please manually configure accelerate with the option in the menu or with: accelerate config.'
)

Expand Down

0 comments on commit 7b81769

Please sign in to comment.