Commit 3bc397f
authored
Switch public inference default model to DeepSeek in Agentic Env Gen (#1181)
## Summary
Switch public inference model to DeepSeek
## Detailed description
- gpt-oss-120b has been deprecated today without prior notice, caught by
SQA regression tests
- Switched to deepseek-v4-pro as it has been tested on all 5 example
workflows
- The inference call time increases to 100+sec from 10+sec, but given
the quality outperforms than nemotran, the cost is acceptable.
- Updated doc to track perf
---------
Signed-off-by: Xinjie Yao <xyao@nvidia.com>1 parent 0b63649 commit 3bc397f
2 files changed
Lines changed: 8 additions & 6 deletions
File tree
- docs/pages/concepts/agentic_environment_generation
- isaaclab_arena/agentic_environment_generation
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
0 commit comments