[Fix] Fix all the Huggingface paths (#1553)
This commit is contained in:
@@ -27,10 +27,10 @@ export HF_TOKEN=hf_token
|
||||
|
||||
```bash
|
||||
# Meta-Llama-3.1-8B-Instruct
|
||||
python -m sglang.launch_server --model-path meta-llama/Meta-Llama-3.1-8B-Instruct --enable-torch-compile --disable-radix-cache
|
||||
python -m sglang.launch_server --model-path meta-llama/Llama-3.1-8B-Instruct --enable-torch-compile --disable-radix-cache
|
||||
|
||||
# Meta-Llama-3.1-70B-Instruct
|
||||
python -m sglang.launch_server --model-path meta-llama/Meta-Llama-3.1-70B-Instruct --disable-radix-cache --tp 8
|
||||
python -m sglang.launch_server --model-path meta-llama/Llama-3.1-70B-Instruct --disable-radix-cache --tp 8
|
||||
|
||||
# Meta-Llama-3-70B-Instruct-FP8
|
||||
python -m sglang.launch_server --model-path neuralmagic/Meta-Llama-3-70B-Instruct-FP8 --disable-radix-cache --tp 8
|
||||
|
||||
Reference in New Issue
Block a user