rrrpromex commited on
Commit
d2c43f4
·
verified ·
1 Parent(s): cc7cd7f

Create launcher_config.json

Browse files
Files changed (1) hide show
  1. launcher_config.json +7 -0
launcher_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "onnx-community/Hermes-4-14B-Onnx",
3
+ "onnx_default": "onnx-community/Hermes-4-14B-Onnx",
4
+ "alternate_big_model": "Qwen/Qwen2.5-72B-Instruct",
5
+ "alternate_frontier_model": "meta-llama/Llama-3.1-405B-Instruct",
6
+ "purpose": "Launcher config for a large local AI setup"
7
+ }