Spaces:
Sleeping
Sleeping
Update pipeline.json
Browse files- pipeline.json +7 -8
pipeline.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
"api": {
|
| 3 |
"models": {
|
| 4 |
|
| 5 |
-
"
|
| 6 |
-
"type": "
|
| 7 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
| 8 |
"headers": {
|
| 9 |
"Content-Type": "application/json",
|
| 10 |
"x-use-cache": "false",
|
|
@@ -13,11 +13,11 @@
|
|
| 13 |
"Authorization": "Bearer os.environ.get('auth')"
|
| 14 |
}
|
| 15 |
}
|
| 16 |
-
},
|
| 17 |
|
| 18 |
-
"
|
| 19 |
-
"type": "
|
| 20 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
| 21 |
"headers": {
|
| 22 |
"Content-Type": "application/json",
|
| 23 |
"x-use-cache": "false",
|
|
@@ -27,7 +27,6 @@
|
|
| 27 |
}
|
| 28 |
}
|
| 29 |
},
|
| 30 |
-
|
| 31 |
|
| 32 |
"Mistral-Nemo-Instruct-2407": {
|
| 33 |
"type": "Text Generation",
|
|
|
|
| 2 |
"api": {
|
| 3 |
"models": {
|
| 4 |
|
| 5 |
+
"Llama-3.2-11B-Vision-Instruct": {
|
| 6 |
+
"type": "image-text-to-text",
|
| 7 |
+
"api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1/chat/completions",
|
| 8 |
"headers": {
|
| 9 |
"Content-Type": "application/json",
|
| 10 |
"x-use-cache": "false",
|
|
|
|
| 13 |
"Authorization": "Bearer os.environ.get('auth')"
|
| 14 |
}
|
| 15 |
}
|
| 16 |
+
},
|
| 17 |
|
| 18 |
+
"Phi-3.5-mini-instruct": {
|
| 19 |
+
"type": "Text Generation",
|
| 20 |
+
"api_url": "https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions",
|
| 21 |
"headers": {
|
| 22 |
"Content-Type": "application/json",
|
| 23 |
"x-use-cache": "false",
|
|
|
|
| 27 |
}
|
| 28 |
}
|
| 29 |
},
|
|
|
|
| 30 |
|
| 31 |
"Mistral-Nemo-Instruct-2407": {
|
| 32 |
"type": "Text Generation",
|