Image-Text-to-Text
MLX
Safetensors
English
Chinese
glm5_next
glm
glm-5
apple-silicon
quantized
2-8bit
Mixture of Experts
vision-language
multimodal
orcasaq
dynamic-quant
reasoning
conversational
4-bit precision
Instructions to use orcarouter/GLM-5.3-Flash-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use orcarouter/GLM-5.3-Flash-MLX with MLX:
# Make sure mlx-vlm is installed # pip install --upgrade mlx-vlm from mlx_vlm import load, generate from mlx_vlm.prompt_utils import apply_chat_template from mlx_vlm.utils import load_config # Load the model model, processor = load("orcarouter/GLM-5.3-Flash-MLX") config = load_config("orcarouter/GLM-5.3-Flash-MLX") # Prepare input image = ["http://images.cocodataset.org/val2017/000000039769.jpg"] prompt = "Describe this image." # Apply chat template formatted_prompt = apply_chat_template( processor, config, prompt, num_images=1 ) # Generate output output = generate(model, processor, formatted_prompt, image) print(output) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use orcarouter/GLM-5.3-Flash-MLX with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "orcarouter/GLM-5.3-Flash-MLX"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "orcarouter/GLM-5.3-Flash-MLX" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent
How to use orcarouter/GLM-5.3-Flash-MLX with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "orcarouter/GLM-5.3-Flash-MLX"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default orcarouter/GLM-5.3-Flash-MLX
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use orcarouter/GLM-5.3-Flash-MLX with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "orcarouter/GLM-5.3-Flash-MLX"
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "orcarouter/GLM-5.3-Flash-MLX" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Mirror 4-bit variant at repo root
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +2 -0
- chat_template.jinja +210 -0
- config.json +0 -0
- generation_config.json +12 -0
- model-00001-of-00062.safetensors +3 -0
- model-00002-of-00062.safetensors +3 -0
- model-00003-of-00062.safetensors +3 -0
- model-00004-of-00062.safetensors +3 -0
- model-00005-of-00062.safetensors +3 -0
- model-00006-of-00062.safetensors +3 -0
- model-00007-of-00062.safetensors +3 -0
- model-00008-of-00062.safetensors +3 -0
- model-00009-of-00062.safetensors +3 -0
- model-00010-of-00062.safetensors +3 -0
- model-00011-of-00062.safetensors +3 -0
- model-00012-of-00062.safetensors +3 -0
- model-00013-of-00062.safetensors +3 -0
- model-00014-of-00062.safetensors +3 -0
- model-00015-of-00062.safetensors +3 -0
- model-00016-of-00062.safetensors +3 -0
- model-00017-of-00062.safetensors +3 -0
- model-00018-of-00062.safetensors +3 -0
- model-00019-of-00062.safetensors +3 -0
- model-00020-of-00062.safetensors +3 -0
- model-00021-of-00062.safetensors +3 -0
- model-00022-of-00062.safetensors +3 -0
- model-00023-of-00062.safetensors +3 -0
- model-00024-of-00062.safetensors +3 -0
- model-00025-of-00062.safetensors +3 -0
- model-00026-of-00062.safetensors +3 -0
- model-00027-of-00062.safetensors +3 -0
- model-00028-of-00062.safetensors +3 -0
- model-00029-of-00062.safetensors +3 -0
- model-00030-of-00062.safetensors +3 -0
- model-00031-of-00062.safetensors +3 -0
- model-00032-of-00062.safetensors +3 -0
- model-00033-of-00062.safetensors +3 -0
- model-00034-of-00062.safetensors +3 -0
- model-00035-of-00062.safetensors +3 -0
- model-00036-of-00062.safetensors +3 -0
- model-00037-of-00062.safetensors +3 -0
- model-00038-of-00062.safetensors +3 -0
- model-00039-of-00062.safetensors +3 -0
- model-00040-of-00062.safetensors +3 -0
- model-00041-of-00062.safetensors +3 -0
- model-00042-of-00062.safetensors +3 -0
- model-00043-of-00062.safetensors +3 -0
- model-00044-of-00062.safetensors +3 -0
- model-00045-of-00062.safetensors +3 -0
- model-00046-of-00062.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
4-bit/model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
4-bit/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
4-bit/model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
4-bit/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[gMASK]<sop>
|
| 2 |
+
{%- set effective_reasoning_effort = reasoning_effort if reasoning_effort is defined and reasoning_effort in ['low', 'high'] else 'max' -%}
|
| 3 |
+
{%- if effective_reasoning_effort is not none -%}<|system|>Reasoning Effort: {{ effective_reasoning_effort | capitalize }}{%- endif -%}
|
| 4 |
+
{%- if tools -%}
|
| 5 |
+
{%- macro tool_to_json(tool) -%}
|
| 6 |
+
{%- set ns_tool = namespace(first=true) -%}
|
| 7 |
+
{{ '{' -}}
|
| 8 |
+
{%- for k, v in tool.items() -%}
|
| 9 |
+
{%- if k != 'defer_loading' and k != 'strict' -%}
|
| 10 |
+
{%- if not ns_tool.first -%}{{- ', ' -}}{%- endif -%}
|
| 11 |
+
{%- set ns_tool.first = false -%}
|
| 12 |
+
"{{ k }}": {{ v | tojson(ensure_ascii=False) }}
|
| 13 |
+
{%- endif -%}
|
| 14 |
+
{%- endfor -%}
|
| 15 |
+
{{- '}' -}}
|
| 16 |
+
{%- endmacro -%}
|
| 17 |
+
{%- macro tool_references_to_response(refs) -%}
|
| 18 |
+
{{- '<tool_response><tools>\n' -}}
|
| 19 |
+
{%- for tr in refs -%}
|
| 20 |
+
{%- for tool in tools -%}
|
| 21 |
+
{%- if 'function' in tool -%}
|
| 22 |
+
{%- set tool = tool['function'] -%}
|
| 23 |
+
{%- endif -%}
|
| 24 |
+
{%- if tool.name == tr.name -%}
|
| 25 |
+
{{- tool_to_json(tool) + '\n' -}}
|
| 26 |
+
{%- endif -%}
|
| 27 |
+
{%- endfor -%}
|
| 28 |
+
{%- endfor -%}
|
| 29 |
+
{{- '</tools></tool_response>' -}}
|
| 30 |
+
{%- endmacro -%}
|
| 31 |
+
<|system|>
|
| 32 |
+
# Tools
|
| 33 |
+
|
| 34 |
+
You may call one or more functions to assist with the user query.
|
| 35 |
+
|
| 36 |
+
You are provided with function signatures within <tools></tools> XML tags:
|
| 37 |
+
<tools>
|
| 38 |
+
{% for tool in tools %}
|
| 39 |
+
{%- if 'function' in tool -%}
|
| 40 |
+
{%- set tool = tool['function'] -%}
|
| 41 |
+
{%- endif -%}
|
| 42 |
+
{% if tool.defer_loading is not defined or not tool.defer_loading %}
|
| 43 |
+
{{ tool_to_json(tool) }}
|
| 44 |
+
{% endif %}
|
| 45 |
+
{% endfor %}
|
| 46 |
+
</tools>
|
| 47 |
+
|
| 48 |
+
For each function call, output the function name and arguments within the following XML format:
|
| 49 |
+
<tool_call>{function-name}<arg_key>{arg-key-1}</arg_key><arg_value>{arg-value-1}</arg_value><arg_key>{arg-key-2}</arg_key><arg_value>{arg-value-2}</arg_value>...</tool_call>{%- endif -%}
|
| 50 |
+
{%- macro visible_text(content) -%}
|
| 51 |
+
{%- if content is string -%}
|
| 52 |
+
{{- content }}
|
| 53 |
+
{%- elif content is iterable and content is not mapping -%}
|
| 54 |
+
{%- for item in content -%}
|
| 55 |
+
{%- if item is mapping and item.type == 'text' -%}
|
| 56 |
+
{{- item.text }}
|
| 57 |
+
{%- elif item is string -%}
|
| 58 |
+
{{- item }}
|
| 59 |
+
{%- elif item is mapping and item.type in ['image', 'image_url', 'video', 'video_url', 'audio', 'audio_url', 'input_audio'] -%}
|
| 60 |
+
{%- set media_type = item.type | replace('_url', '') | replace('input_', '') -%}
|
| 61 |
+
{{- "<reminder>You are unable to process this " ~ media_type ~ " because you don't have multi-modal input ability. Try different methods.</reminder>" }}
|
| 62 |
+
{%- endif -%}
|
| 63 |
+
{%- endfor -%}
|
| 64 |
+
{%- else -%}
|
| 65 |
+
{{- content }}
|
| 66 |
+
{%- endif -%}
|
| 67 |
+
{%- endmacro -%}
|
| 68 |
+
{%- macro tool_response(text) -%}
|
| 69 |
+
{{- '<tool_response>' + text + '</tool_response>' -}}
|
| 70 |
+
{%- endmacro -%}
|
| 71 |
+
{%- macro render_tool_response(m) -%}
|
| 72 |
+
{%- if m.content is string -%}
|
| 73 |
+
{{- tool_response(m.content) -}}
|
| 74 |
+
{%- elif m.content and m.content is not mapping and m.content.0.type == "tool_reference" -%}
|
| 75 |
+
{{- tool_references_to_response(m.content) -}}
|
| 76 |
+
{%- elif is_list_of_outputs(m) -%}
|
| 77 |
+
{%- for tr in m.content -%}
|
| 78 |
+
{%- if tr.output is iterable and tr.output is not string and tr.output is not mapping and tr.output and tr.output.0.type == "tool_reference" -%}
|
| 79 |
+
{{- tool_references_to_response(tr.output) -}}
|
| 80 |
+
{%- else -%}
|
| 81 |
+
{{- tool_response(visible_text(tr.output)) -}}
|
| 82 |
+
{%- endif -%}
|
| 83 |
+
{%- endfor -%}
|
| 84 |
+
{%- else -%}
|
| 85 |
+
{{- tool_response(visible_text(m.content)) -}}
|
| 86 |
+
{%- endif -%}
|
| 87 |
+
{%- endmacro -%}
|
| 88 |
+
{%- macro id_of(obj) -%}
|
| 89 |
+
{%- if obj.tool_call_id -%}
|
| 90 |
+
{{- obj.tool_call_id -}}
|
| 91 |
+
{%- elif obj.id -%}
|
| 92 |
+
{{- obj.id -}}
|
| 93 |
+
{%- endif -%}
|
| 94 |
+
{%- endmacro -%}
|
| 95 |
+
{%- macro is_list_of_outputs(m) -%}
|
| 96 |
+
{%- if m.content and m.content.0.output is defined -%}1{%- endif -%}
|
| 97 |
+
{%- endmacro -%}
|
| 98 |
+
{%- set ns = namespace(last_user_index=-1) -%}
|
| 99 |
+
{%- for m in messages %}
|
| 100 |
+
{%- if m.role == 'user' %}
|
| 101 |
+
{%- set ns.last_user_index = loop.index0 -%}
|
| 102 |
+
{%- endif %}
|
| 103 |
+
{%- endfor %}
|
| 104 |
+
{%- for m in messages -%}
|
| 105 |
+
{%- if m.role == 'user' -%}<|user|>{{ visible_text(m.content) }}
|
| 106 |
+
{%- elif m.role == 'assistant' -%}
|
| 107 |
+
<|assistant|>
|
| 108 |
+
{%- set content = visible_text(m.content) %}
|
| 109 |
+
{%- if m.reasoning_content is string %}
|
| 110 |
+
{%- set reasoning_content = m.reasoning_content %}
|
| 111 |
+
{%- elif '</think>' in content %}
|
| 112 |
+
{%- set reasoning_content = content.split('</think>')[0].split('<think>')[-1] %}
|
| 113 |
+
{%- set content = content.split('</think>')[-1] %}
|
| 114 |
+
{%- endif %}
|
| 115 |
+
{%- if ((clear_thinking is defined and not clear_thinking) or loop.index0 > ns.last_user_index) and reasoning_content is defined -%}
|
| 116 |
+
{{ '<think>' + reasoning_content + '</think>'}}
|
| 117 |
+
{%- else -%}
|
| 118 |
+
{{ '<think></think>' }}
|
| 119 |
+
{%- endif -%}
|
| 120 |
+
{%- if content.strip() -%}
|
| 121 |
+
{{ content.strip() }}
|
| 122 |
+
{%- endif -%}
|
| 123 |
+
{% if m.tool_calls %}
|
| 124 |
+
{% for tc in m.tool_calls %}
|
| 125 |
+
{%- if tc.function %}
|
| 126 |
+
{%- set tc = tc.function %}
|
| 127 |
+
{%- endif %}
|
| 128 |
+
{{- '<tool_call>' + tc.name -}}
|
| 129 |
+
{% set _args = tc.arguments %}{% for k, v in _args.items() %}<arg_key>{{ k }}</arg_key><arg_value>{{ v | tojson(ensure_ascii=False) if v is not string else v }}</arg_value>{% endfor %}</tool_call>{% endfor %}
|
| 130 |
+
{% endif %}
|
| 131 |
+
{%- elif m.role == 'tool' -%}
|
| 132 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 133 |
+
{{- '<|observation|>' -}}
|
| 134 |
+
{%- set block_start = loop.index0 -%}
|
| 135 |
+
{%- set ns_blk = namespace(end=block_start) -%}
|
| 136 |
+
{%- for j in range(block_start, messages|length) -%}
|
| 137 |
+
{%- if messages[j].role == 'tool' -%}
|
| 138 |
+
{%- set ns_blk.end = j -%}
|
| 139 |
+
{%- else -%}
|
| 140 |
+
{%- break -%}
|
| 141 |
+
{%- endif -%}
|
| 142 |
+
{%- endfor -%}
|
| 143 |
+
{%- set ns_a = namespace(tool_calls=none) -%}
|
| 144 |
+
{%- if block_start > 0 and messages[block_start - 1].role == 'assistant' and messages[block_start - 1].tool_calls -%}
|
| 145 |
+
{%- set ns_a.tool_calls = messages[block_start - 1].tool_calls -%}
|
| 146 |
+
{%- endif -%}
|
| 147 |
+
{%- set ns_chk = namespace(can_sort=true) -%}
|
| 148 |
+
{%- if not ns_a.tool_calls -%}
|
| 149 |
+
{%- set ns_chk.can_sort = false -%}
|
| 150 |
+
{%- else -%}
|
| 151 |
+
{%- for k in range(block_start, ns_blk.end + 1) -%}
|
| 152 |
+
{%- set m = messages[k] -%}
|
| 153 |
+
{%- if is_list_of_outputs(m) -%}
|
| 154 |
+
{%- for entry in m.content -%}
|
| 155 |
+
{%- set eid = id_of(entry) -%}
|
| 156 |
+
{%- if not eid -%}
|
| 157 |
+
{%- set ns_chk.can_sort = false -%}
|
| 158 |
+
{%- endif -%}
|
| 159 |
+
{%- endfor -%}
|
| 160 |
+
{%- else -%}
|
| 161 |
+
{%- set tk_id = id_of(m) -%}
|
| 162 |
+
{%- if not tk_id -%}
|
| 163 |
+
{%- set ns_chk.can_sort = false -%}
|
| 164 |
+
{%- endif -%}
|
| 165 |
+
{%- endif -%}
|
| 166 |
+
{%- endfor -%}
|
| 167 |
+
{%- for tc in ns_a.tool_calls -%}
|
| 168 |
+
{%- set tc_id = id_of(tc) -%}
|
| 169 |
+
{%- if not tc_id -%}
|
| 170 |
+
{%- set ns_chk.can_sort = false -%}
|
| 171 |
+
{%- endif -%}
|
| 172 |
+
{%- endfor -%}
|
| 173 |
+
{%- endif -%}
|
| 174 |
+
{%- if ns_chk.can_sort -%}
|
| 175 |
+
{%- for tc in ns_a.tool_calls -%}
|
| 176 |
+
{%- set tc_id = id_of(tc) -%}
|
| 177 |
+
{%- for k in range(block_start, ns_blk.end + 1) -%}
|
| 178 |
+
{%- set m = messages[k] -%}
|
| 179 |
+
{%- if is_list_of_outputs(m) -%}
|
| 180 |
+
{%- for entry in m.content -%}
|
| 181 |
+
{%- set eid = id_of(entry) -%}
|
| 182 |
+
{%- if eid == tc_id -%}
|
| 183 |
+
{%- if entry.output is iterable and entry.output is not string and entry.output is not mapping and entry.output and entry.output.0.type == "tool_reference" -%}
|
| 184 |
+
{{- tool_references_to_response(entry.output) -}}
|
| 185 |
+
{%- else -%}
|
| 186 |
+
{{- tool_response(visible_text(entry.output)) -}}
|
| 187 |
+
{%- endif -%}
|
| 188 |
+
{%- endif -%}
|
| 189 |
+
{%- endfor -%}
|
| 190 |
+
{%- else -%}
|
| 191 |
+
{%- set tk_id = id_of(m) -%}
|
| 192 |
+
{%- if tk_id == tc_id -%}
|
| 193 |
+
{{- render_tool_response(m) -}}
|
| 194 |
+
{%- endif -%}
|
| 195 |
+
{%- endif -%}
|
| 196 |
+
{%- endfor -%}
|
| 197 |
+
{%- endfor -%}
|
| 198 |
+
{%- else -%}
|
| 199 |
+
{%- for k in range(block_start, ns_blk.end + 1) -%}
|
| 200 |
+
{{- render_tool_response(messages[k]) -}}
|
| 201 |
+
{%- endfor -%}
|
| 202 |
+
{%- endif -%}
|
| 203 |
+
{% endif -%}
|
| 204 |
+
{%- elif m.role == 'system' -%}
|
| 205 |
+
<|system|>{{ visible_text(m.content) }}
|
| 206 |
+
{%- endif -%}
|
| 207 |
+
{%- endfor -%}
|
| 208 |
+
{%- if add_generation_prompt -%}
|
| 209 |
+
<|assistant|>{{- '<think>' -}}
|
| 210 |
+
{%- endif -%}
|
config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
154820,
|
| 5 |
+
154827,
|
| 6 |
+
154829
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 154820,
|
| 9 |
+
"temperature": 1.0,
|
| 10 |
+
"top_p": 0.95,
|
| 11 |
+
"transformers_version": "5.16.0"
|
| 12 |
+
}
|
model-00001-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b20d1b9a4e9f686c28a4b3b0a86486aa46d1fe81cf3f78ef1cdad7a18ba40b0
|
| 3 |
+
size 4272589088
|
model-00002-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5fb472c8ee74e6f83bc2b8e8457ac0d9143beaaff336a981526a856fa97a5fd
|
| 3 |
+
size 3374385784
|
model-00003-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35349b17fb7da47b11635f4f9e2bf52454db22064dd2ad599107254a9144a375
|
| 3 |
+
size 3320196244
|
model-00004-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81280656079bebbf94e3761da5f1b04c9a26af1abbb3e9c7d1707beaabf3e1aa
|
| 3 |
+
size 3356198212
|
model-00005-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28313e0ac03c4805dd1db5de5aa95037f2518e7bdf69d05d6321100170f4ee09
|
| 3 |
+
size 3261888332
|
model-00006-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5c1807e1bcaf76649abf28d02b07839e70af799c0de4c7fbbff10940a02158b
|
| 3 |
+
size 3238800760
|
model-00007-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b342e04b6fd4c91c6a0c982ee4e63d9d3c9b6677f655187c0e12d654fc977c4
|
| 3 |
+
size 3356198564
|
model-00008-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b279391a09656f8b2c388a22f5a90da94aed622083ccce8b860dfd275d346c
|
| 3 |
+
size 3356198228
|
model-00009-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66d3516c97366bbd241d0425f86d3dd9fada3c7777568536a54f77d891a19759
|
| 3 |
+
size 3241160536
|
model-00010-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a108b78e8ef63cf757d71f25bd6e76cc6b56a722b436ce5f389bc3d207b1a0bb
|
| 3 |
+
size 3353838788
|
model-00011-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2328e96d844cdf82be576c983272e2ca2eeff74dcd3c38524afe302b29edca30
|
| 3 |
+
size 3261888308
|
model-00012-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baf25d48dd9c62c6a65134f952a5e5189be5229792d2bc309ea901f149bdc669
|
| 3 |
+
size 3356198228
|
model-00013-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28c61deff71080939ed2585b0a5bb1e121f779dd94c2b3aa150ed419a9b64d67
|
| 3 |
+
size 3238800784
|
model-00014-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:824d6d788ca862618d84526e88e1aa98312b81055307ee6ad936cb1cce500d7a
|
| 3 |
+
size 3356198532
|
model-00015-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd326b8ef0a1bbd78f8de11306e59409513a504d8a871cb77d198a179f26550e
|
| 3 |
+
size 3356198228
|
model-00016-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8c06e6c55bad7990d31af88d29ab3a6fb45bf52f2987096f3c3179f92799b81
|
| 3 |
+
size 3238800440
|
model-00017-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a339e0a1021dc09314189a8fee3e0979823168df7117d1286e40c30d4bd15095
|
| 3 |
+
size 3371677264
|
model-00018-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96f7b0535f420e9a497f21ea524a84da1d2db6681094df801cd1de00f39721ec
|
| 3 |
+
size 3356198228
|
model-00019-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a8a905499da33b2847b83540b2ff16baa3c648c424dd43b4a680a73adcb0ddc
|
| 3 |
+
size 3356198212
|
model-00020-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8426b3a1624110027cb565b48fc8731428e9edd430da7b3b9c9fc6f049036b01
|
| 3 |
+
size 3238800976
|
model-00021-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fc46a5dc5b788ff91c8c0f0c6443cc534a6678405327cd036fa5c62ada3b750
|
| 3 |
+
size 3356198340
|
model-00022-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a74cfab3e73637bf83cb3a57bcf0fdb08f0914c66d9ae8a46ad117f2c152f61
|
| 3 |
+
size 3261888340
|
model-00023-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:315d9c6d781d087bffb824082d417d3262eb95e94dc33162ef1d39924de891dd
|
| 3 |
+
size 3238800576
|
model-00024-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3636536a3a3d49bebc843a5e5284e73292aa3020c9fb17415a714100804edc36
|
| 3 |
+
size 3356198740
|
model-00025-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b137eba76504375b23b1911c7abc1d7b6bef9d0e8ee98b4f729957b5620efd44
|
| 3 |
+
size 3356198228
|
model-00026-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64aa0307fa9e38bf4b711eb9ba4e36a2b71f933854d520e1fbcf8937c91b5ca3
|
| 3 |
+
size 3356198212
|
model-00027-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dbfb6be715a52514f4a9d7783417afe944f9f808bacb179fcb9a525f37e88be
|
| 3 |
+
size 3238801016
|
model-00028-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf398f42bc9f03a480554f4a56c3d046f9d3dd52217f6627a9426daa01ad0c79
|
| 3 |
+
size 3261888420
|
model-00029-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beec56c0338f0ec3b499d61a63c12b4227c67748dc3765664dd282bcddae5acb
|
| 3 |
+
size 3356198228
|
model-00030-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4d192e2dbe960990d86c33f171b809ca9d9cb9b0088ba61ecfff24ed2f7abe6
|
| 3 |
+
size 3238800624
|
model-00031-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4f27d57f91963979334865a36c743fe6066baf31b0e86052c4f6e75b1e2671f
|
| 3 |
+
size 3356197100
|
model-00032-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dfe53509611e9a802465a6f90ae921466685e8a460bd96d7c0ebe6ecda063a9
|
| 3 |
+
size 3261887300
|
model-00033-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae11d8aff07db90e5fa1a7d2500b2ac7322436d19338b861e12f6debb6a549a5
|
| 3 |
+
size 3356198212
|
model-00034-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4d21c6b1b2a85a2896ec8fcae7bba2798f20d0836eed66935a8f30a9913fd47
|
| 3 |
+
size 3238801008
|
model-00035-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29800d765ceb995af94095a21a3cddd35c98b408127f52177b1d3bcc0fa76ee5
|
| 3 |
+
size 3261888428
|
model-00036-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:182887a6c429614486d4f1e6c054fc1784b6bd5c9b6325ec6252af1c776a1212
|
| 3 |
+
size 3356198228
|
model-00037-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19bc20c6546aa8e5d783c3460401c94a2f6f7598dd1cf7bd87be251415a6ef55
|
| 3 |
+
size 3238800616
|
model-00038-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7911795c766ffb22431e90dfc5989d953f1dfb8e4e8a4fec1032a79a9d1348e
|
| 3 |
+
size 3356198708
|
model-00039-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13144295cb66e25b06ef1453b140431231f72dca5388b1ce655dd0a7ff64f0d1
|
| 3 |
+
size 3356198220
|
model-00040-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4d8aab45aa370b4e0dfffa71b9d57174bc8691680104c983d309dea95922c85
|
| 3 |
+
size 3261888324
|
model-00041-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a31a93749818f02cb0f6c9eab711d01a4f6160f8fbabb577ef5fa213855e2e23
|
| 3 |
+
size 3238801000
|
model-00042-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c9296ba791523ab88412788e83600949ace7e6fbaa9c3feed64d0de53c0b9c7
|
| 3 |
+
size 3356198324
|
model-00043-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6fd4a5885d77b1ab5d8f261985bad04ae6d22f0657fe8fc2f6eb316f9a6a849
|
| 3 |
+
size 3356198220
|
model-00044-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:892a3b43b43250cd065811a58020863f48e1de420217b548e5828e34f6754f63
|
| 3 |
+
size 3238800648
|
model-00045-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2707a83f2ced3af91733725cdc50b329be4b9dd0ede864992208247dd37884df
|
| 3 |
+
size 3356198676
|
model-00046-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d8aa421cdb11baa7aa10208c81be312dcc0592c3af9bd772f6f5a62947b9ed1
|
| 3 |
+
size 3261887492
|