remove args for now

This commit is contained in:
2026-05-06 18:00:06 -05:00
parent af8c9a1254
commit 1e7630efe8

View File

@@ -26,12 +26,12 @@ metadata:
name: qwen3-32b-instruct name: qwen3-32b-instruct
namespace: nim-service namespace: nim-service
spec: spec:
args: # args:
- --enable-auto-tool-choice # - --enable-auto-tool-choice
- --gpu-memory-utilization # - --gpu-memory-utilization
- "0.90" # - "0.90"
- --tool-call-parser # - --tool-call-parser
- hermes # - hermes
image: image:
repository: nvcr.io/nim/qwen/qwen3-32b-dgx-spark repository: nvcr.io/nim/qwen/qwen3-32b-dgx-spark
tag: "1.1.0-variant" tag: "1.1.0-variant"