添加yaml
This commit is contained in:
19
computility-run.yaml
Normal file
19
computility-run.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
gpu_num: 1
|
||||||
|
command:
|
||||||
|
- vllm
|
||||||
|
- serve
|
||||||
|
- /model
|
||||||
|
- --served-model-name
|
||||||
|
- llm
|
||||||
|
- --max-model-len
|
||||||
|
- '4096'
|
||||||
|
- --gpu-memory-utilization
|
||||||
|
- '0.9'
|
||||||
|
- --enforce-eager
|
||||||
|
- --trust-remote-code
|
||||||
|
- -tp
|
||||||
|
- '1'
|
||||||
|
env:
|
||||||
|
- name: ENV_NAME
|
||||||
|
value: ENV_VALUE
|
||||||
|
|
||||||
Reference in New Issue
Block a user