Skip to content

Commit 8b5cccf

Browse files
Fixes for HF example (Snowflake-Labs#20)
1 parent 3753536 commit 8b5cccf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

inference/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ If you want to run Arctic with pure-HF to explore the model see the instructions
66

77
### Dependencies
88

9-
Install the following packages, they can all be found under [requirements.txt](requirements.txt) as well.
10-
We are actively working on upstreaming both the `transformers` and `vllm` changes required to run Arctic but for
11-
now you will need to use our forks.
9+
Install the following packages, they can all be found under [requirements.txt](requirements.txt) as well.
1210

1311
```bash
1412
deepspeed>=0.14.2
15-
git+git://github.com/Snowflake-Labs/vllm.git@arctic
13+
transformers>=4.39.0
1614
huggingface_hub[hf_transfer]
1715
```
1816

inference/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
deepspeed>=0.14.2
2+
transformers>=4.39.0
23
huggingface_hub[hf_transfer]

0 commit comments

Comments
 (0)