mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-01 00:45:29 +00:00
fixed error in petals run script
This commit is contained in:
parent
4141260697
commit
d86c24e8c2
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/vllm
|
||||
PATH="$HOME/miniconda3/bin:$PATH"
|
||||
export PATH
|
||||
conda activate vllm && python -m vllm.entrypoints.openai.api_server --model_name "$1" --node_name "$2" --device "$3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user