"deploy/cloud/helm/vscode:/vscode.git/clone" did not exist on "7bc70bc940ea4bf1cf63de868cee9021eceffcff"
Unverified Commit a2e748ac authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

fix: oss-gpt-120b model path in recipe (#4085)

parent d3706221
......@@ -92,7 +92,7 @@ spec:
- name: ENGINE_ARGS
value: "/opt/dynamo/configs/config.yaml"
- name: MODEL_PATH
value: "/model-store/hub/models--openai--gpt-oss-120b/snapshots/b5c939de8f754692c1647ca79fbf85e8c1e70f8a"
value: "/root/.cache/huggingface/hub/models--openai--gpt-oss-120b/snapshots/b5c939de8f754692c1647ca79fbf85e8c1e70f8a"
volumeMounts:
- mountPath: /opt/dynamo/configs
name: llm-config
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment