Rahmat82 commited on
Commit
bdc369b
·
verified ·
1 Parent(s): b5ef3d9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -8,13 +8,13 @@ cmake
8
 
9
 
10
  # Standard dependencies
11
- torch # or torch==2.0.1 (replace with your specific version if needed)
12
  transformers>=4.45.1
13
  gradio>=4.37.2
14
 
15
- # Specific bitsandbytes version with multi-backend support
16
- # Add this line if you need the alpha multi-backend version:
17
- https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl
18
 
19
- # OR, add this line if you need the latest main release:
20
- https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-0.44.2.dev0-py3-none-manylinux_2_24_x86_64.whl
 
8
 
9
 
10
  # Standard dependencies
11
+ torch # or specify version, e.g., torch==2.0.1
12
  transformers>=4.45.1
13
  gradio>=4.37.2
14
 
15
+ # Use only one bitsandbytes version below:
16
+ # Option 1: Multi-backend version (alpha release)
17
+ # https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl
18
 
19
+ # Option 2: Latest stable release
20
+ #https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-0.44.2.dev0-py3-none-manylinux_2_24_x86_64.whl