Phase 4: OpenClaw agent setup + expanded model catalog
- Add OpenClaw launchd plist (gateway on port 8080) - Update Llama-3.3-70B Modelfile: fix FROM path, add tool-calling TEMPLATE, set num_ctx 32768 (fits 70B in 64GB with safe headroom) - Update Codestral-22B and Qwen3-32B Modelfiles - Add Modelfiles for all models in ~/Models/LLM and ~/Models/MLX: EVA-LLaMA-3.33-70B, Midnight-Miqu-70B, QwQ-32B, Qwen3.5-35B, Qwen3-Coder-30B, Qwen3-Coder-Next, Qwen3-VL-30B, GLM-4.6V-Flash, DeepSeek-R1-8B, gemma-3-27b, and MLX variants - Add import-local-models.sh helper script Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
76
homeai-llm/modelfiles/GLM-4.6V-Flash-MLX-4bit/config.json
Normal file
76
homeai-llm/modelfiles/GLM-4.6V-Flash-MLX-4bit/config.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"architectures": [
|
||||
"Glm4vForConditionalGeneration"
|
||||
],
|
||||
"image_end_token_id": 151340,
|
||||
"image_start_token_id": 151339,
|
||||
"image_token_id": 151363,
|
||||
"model_type": "glm4v",
|
||||
"quantization": {
|
||||
"group_size": 64,
|
||||
"bits": 4,
|
||||
"mode": "affine"
|
||||
},
|
||||
"quantization_config": {
|
||||
"group_size": 64,
|
||||
"bits": 4,
|
||||
"mode": "affine"
|
||||
},
|
||||
"text_config": {
|
||||
"attention_bias": true,
|
||||
"attention_dropout": 0.0,
|
||||
"dtype": "bfloat16",
|
||||
"eos_token_id": [
|
||||
151329,
|
||||
151336,
|
||||
151338
|
||||
],
|
||||
"hidden_act": "silu",
|
||||
"hidden_size": 4096,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 13696,
|
||||
"max_position_embeddings": 131072,
|
||||
"model_type": "glm4v_text",
|
||||
"num_attention_heads": 32,
|
||||
"num_hidden_layers": 40,
|
||||
"num_key_value_heads": 2,
|
||||
"pad_token_id": 151329,
|
||||
"rms_norm_eps": 1e-05,
|
||||
"rope_parameters": {
|
||||
"mrope_section": [
|
||||
8,
|
||||
12,
|
||||
12
|
||||
],
|
||||
"partial_rotary_factor": 0.5,
|
||||
"rope_theta": 500000,
|
||||
"rope_type": "default"
|
||||
},
|
||||
"use_cache": true,
|
||||
"vocab_size": 151552
|
||||
},
|
||||
"tie_word_embeddings": false,
|
||||
"transformers_version": "5.0.0rc0",
|
||||
"video_end_token_id": 151342,
|
||||
"video_start_token_id": 151341,
|
||||
"video_token_id": 151364,
|
||||
"vision_config": {
|
||||
"attention_bias": false,
|
||||
"attention_dropout": 0.0,
|
||||
"depth": 24,
|
||||
"hidden_act": "silu",
|
||||
"hidden_dropout_prob": 0.0,
|
||||
"hidden_size": 1536,
|
||||
"image_size": 336,
|
||||
"in_channels": 3,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 13696,
|
||||
"model_type": "glm4v_vision",
|
||||
"num_heads": 12,
|
||||
"out_hidden_size": 4096,
|
||||
"patch_size": 14,
|
||||
"rms_norm_eps": 1e-05,
|
||||
"spatial_merge_size": 2,
|
||||
"temporal_patch_size": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user