csai / code /config /model_profiles.json
Mohith202's picture
Refactor code structure for improved readability and maintainability and also added the mask ROI
0dac2bf
Raw
History Blame Contribute Delete
588 Bytes
{
"schema_version": 1,
"active_profile": "current",
"profiles": {
"current": {
"description": "Current A1 inference model set (Qwen3 0.6B + Llama 3.2 1B + LLaDA 8B Instruct)",
"model_ids": [
"Qwen/Qwen3-0.6B",
"meta-llama/Llama-3.2-1B",
"GSAI-ML/LLaDA-8B-Instruct"
]
},
"future_scaleup": {
"description": "Planned inference scale-up set (Qwen3 4B + Llama 3.2 3B + LLaDA 8B Instruct)",
"model_ids": [
"Qwen/Qwen3-4B",
"meta-llama/Llama-3.2-3B",
"GSAI-ML/LLaDA-8B-Instruct"
]
}
}
}