sred-analysis-model / config.json
SREDWise's picture
Update config.json
23cbb4b verified
raw
history blame
265 Bytes
{
"model_id": "mistralai/Mistral-7B-Instruct-v0.2",
"runtime": "python",
"framework": "pytorch",
"python_version": "3.9",
"cuda_version": "11.8",
"hardware": {
"accelerator": "gpu",
"gpu_memory": "24GB"
},
"allow_override_parameters": true
}