File size: 669 Bytes
2806822
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "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"
  }
}