shank commited on
Commit ·
fe04772
1
Parent(s): e67270e
fix: remove hardcoded torch from requirements for HF space
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
gradio[oauth,mcp]==6.13.0
|
| 3 |
pydantic==2.12.5
|
| 4 |
wandb==0.18.7
|
|
@@ -7,6 +6,5 @@ transformers==4.46.3
|
|
| 7 |
accelerate==1.0.1
|
| 8 |
trl==0.14.0
|
| 9 |
mergekit
|
| 10 |
-
torch==2.5.1+cu121
|
| 11 |
bitsandbytes==0.43.3
|
| 12 |
peft==0.13.2
|
|
|
|
|
|
|
| 1 |
gradio[oauth,mcp]==6.13.0
|
| 2 |
pydantic==2.12.5
|
| 3 |
wandb==0.18.7
|
|
|
|
| 6 |
accelerate==1.0.1
|
| 7 |
trl==0.14.0
|
| 8 |
mergekit
|
|
|
|
| 9 |
bitsandbytes==0.43.3
|
| 10 |
peft==0.13.2
|