Create endpoint_config.json
Browse files- endpoint_config.json +13 -0
endpoint_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_id": "SREDWise/sred-analysis-model",
|
3 |
+
"runtime": "python",
|
4 |
+
"framework": "pytorch",
|
5 |
+
"python_version": "3.9",
|
6 |
+
"architectures": ["MistralForCausalLM"],
|
7 |
+
"cuda_version": "11.8",
|
8 |
+
"hardware": {
|
9 |
+
"accelerator": "gpu",
|
10 |
+
"gpu_memory": "24GB"
|
11 |
+
},
|
12 |
+
"allow_override_parameters": true
|
13 |
+
}
|