- 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>
42 lines
817 B
JSON
42 lines
817 B
JSON
{
|
|
"crop_size": null,
|
|
"data_format": "channels_first",
|
|
"default_to_square": true,
|
|
"device": null,
|
|
"do_center_crop": null,
|
|
"do_convert_rgb": true,
|
|
"do_normalize": true,
|
|
"do_rescale": true,
|
|
"do_resize": true,
|
|
"do_sample_frames": true,
|
|
"fps": 2,
|
|
"image_mean": [
|
|
0.5,
|
|
0.5,
|
|
0.5
|
|
],
|
|
"image_std": [
|
|
0.5,
|
|
0.5,
|
|
0.5
|
|
],
|
|
"input_data_format": null,
|
|
"max_frames": 768,
|
|
"merge_size": 2,
|
|
"min_frames": 4,
|
|
"num_frames": null,
|
|
"pad_size": null,
|
|
"patch_size": 16,
|
|
"processor_class": "Qwen3VLProcessor",
|
|
"resample": 3,
|
|
"rescale_factor": 0.00392156862745098,
|
|
"return_metadata": false,
|
|
"size": {
|
|
"longest_edge": 25165824,
|
|
"shortest_edge": 4096
|
|
},
|
|
"temporal_patch_size": 2,
|
|
"video_metadata": null,
|
|
"video_processor_type": "Qwen3VLVideoProcessor"
|
|
}
|