| { |
| "model_type": "packedllm", |
| "architectures": [ |
| "PackedLLM" |
| ], |
| "library_name": "packedllm", |
| "checkpoint_file": "PackedLLM.pt", |
| "checkpoint_format": "custom_zip", |
| "pipeline_tag": "text-generation", |
| "torch_dtype": "float32", |
| "language": [ |
| "en", |
| "zh" |
| ], |
| "tags": [ |
| "routing-of-experts", |
| "compound-ai", |
| "multi-expert", |
| "agentic", |
| "code-execution", |
| "web-search", |
| "persistent-memory", |
| "persona", |
| "llm-orchestration", |
| "llama-cpp", |
| "gguf", |
| "packed-model" |
| ], |
| "auto_map": { |
| "AutoConfig": "configuration_packedllm.PackedLLMConfig", |
| "AutoModel": "modeling_packedllm.PackedLLMModel" |
| } |
| } |
|
|