Files
Vicuna-7B/configuration.json

11 lines
209 B
JSON
Raw Normal View History

{
"framework": "pytorch",
"task": "text-generation",
"model": {
"type": "Vicuna7b"
},
"pipeline": {
"type": "Vicuna7b-text-generation-pipe"
},
"allow_remote": true
}