We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3753536 commit 8b5cccfCopy full SHA for 8b5cccf
inference/README.md
@@ -6,13 +6,11 @@ If you want to run Arctic with pure-HF to explore the model see the instructions
6
7
### Dependencies
8
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.
+Install the following packages, they can all be found under [requirements.txt](requirements.txt) as well.
12
13
```bash
14
deepspeed>=0.14.2
15
-git+git://github.com/Snowflake-Labs/vllm.git@arctic
+transformers>=4.39.0
16
huggingface_hub[hf_transfer]
17
```
18
inference/requirements.txt
@@ -1,2 +1,3 @@
1
2
3
0 commit comments