Files
codeLlama-7b-hf/configuration.json

11 lines
209 B
JSON
Raw Permalink Normal View History

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