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 d370622 commit a2e748aCopy full SHA for a2e748a
recipes/gpt-oss-120b/trtllm/agg/deploy.yaml
@@ -92,7 +92,7 @@ spec:
92
- name: ENGINE_ARGS
93
value: "/opt/dynamo/configs/config.yaml"
94
- name: MODEL_PATH
95
- value: "/model-store/hub/models--openai--gpt-oss-120b/snapshots/b5c939de8f754692c1647ca79fbf85e8c1e70f8a"
+ value: "/root/.cache/huggingface/hub/models--openai--gpt-oss-120b/snapshots/b5c939de8f754692c1647ca79fbf85e8c1e70f8a"
96
volumeMounts:
97
- mountPath: /opt/dynamo/configs
98
name: llm-config
0 commit comments