Instructions to use spicyneuron/GLM-5.2-MLX-4.5bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use spicyneuron/GLM-5.2-MLX-4.5bit with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("spicyneuron/GLM-5.2-MLX-4.5bit") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use spicyneuron/GLM-5.2-MLX-4.5bit with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "spicyneuron/GLM-5.2-MLX-4.5bit"
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "spicyneuron/GLM-5.2-MLX-4.5bit" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use spicyneuron/GLM-5.2-MLX-4.5bit 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 "spicyneuron/GLM-5.2-MLX-4.5bit"
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 spicyneuron/GLM-5.2-MLX-4.5bit
Run Hermes
hermes
- OpenClaw new
How to use spicyneuron/GLM-5.2-MLX-4.5bit with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "spicyneuron/GLM-5.2-MLX-4.5bit"
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 "spicyneuron/GLM-5.2-MLX-4.5bit" \ --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"
- MLX LM
How to use spicyneuron/GLM-5.2-MLX-4.5bit with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "spicyneuron/GLM-5.2-MLX-4.5bit"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "spicyneuron/GLM-5.2-MLX-4.5bit" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "spicyneuron/GLM-5.2-MLX-4.5bit", "messages": [ {"role": "user", "content": "Hello"} ] }'
Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- model-00001-of-00101.safetensors +3 -0
- model-00003-of-00101.safetensors +3 -0
- model-00005-of-00101.safetensors +3 -0
- model-00006-of-00101.safetensors +3 -0
- model-00008-of-00101.safetensors +3 -0
- model-00009-of-00101.safetensors +3 -0
- model-00012-of-00101.safetensors +3 -0
- model-00017-of-00101.safetensors +3 -0
- model-00018-of-00101.safetensors +3 -0
- model-00020-of-00101.safetensors +3 -0
- model-00023-of-00101.safetensors +3 -0
- model-00025-of-00101.safetensors +3 -0
- model-00026-of-00101.safetensors +3 -0
- model-00029-of-00101.safetensors +3 -0
- model-00031-of-00101.safetensors +3 -0
- model-00032-of-00101.safetensors +3 -0
- model-00033-of-00101.safetensors +3 -0
- model-00034-of-00101.safetensors +3 -0
- model-00036-of-00101.safetensors +3 -0
- model-00037-of-00101.safetensors +3 -0
- model-00038-of-00101.safetensors +3 -0
- model-00039-of-00101.safetensors +3 -0
- model-00040-of-00101.safetensors +3 -0
- model-00041-of-00101.safetensors +3 -0
- model-00042-of-00101.safetensors +3 -0
- model-00044-of-00101.safetensors +3 -0
- model-00045-of-00101.safetensors +3 -0
- model-00047-of-00101.safetensors +3 -0
- model-00048-of-00101.safetensors +3 -0
- model-00053-of-00101.safetensors +3 -0
- model-00055-of-00101.safetensors +3 -0
- model-00056-of-00101.safetensors +3 -0
- model-00059-of-00101.safetensors +3 -0
- model-00061-of-00101.safetensors +3 -0
- model-00062-of-00101.safetensors +3 -0
- model-00064-of-00101.safetensors +3 -0
- model-00067-of-00101.safetensors +3 -0
- model-00068-of-00101.safetensors +3 -0
- model-00070-of-00101.safetensors +3 -0
- model-00072-of-00101.safetensors +3 -0
- model-00073-of-00101.safetensors +3 -0
- model-00075-of-00101.safetensors +3 -0
- model-00076-of-00101.safetensors +3 -0
- model-00077-of-00101.safetensors +3 -0
- model-00078-of-00101.safetensors +3 -0
- model-00079-of-00101.safetensors +3 -0
- model-00080-of-00101.safetensors +3 -0
- model-00081-of-00101.safetensors +3 -0
- model-00083-of-00101.safetensors +3 -0
- model-00084-of-00101.safetensors +3 -0
model-00001-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3c01ee91c2c7279a51ed8b2d3a1acb4fed94801bcd87d85b7a23b66769c2516
|
| 3 |
+
size 5321193812
|
model-00003-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:082f57107b2b3f2beeb62fc339d38322c0194a9b31fa9f62ca65b9a502bc09a8
|
| 3 |
+
size 3767003716
|
model-00005-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceab22a01c893904655dffff9b271abd1be10bcf77a6ea35add68e48063739f5
|
| 3 |
+
size 3877810512
|
model-00006-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81153b4979e5dc6017ded72028cb8d60cd432104c216dd5948ede8a1afd8c286
|
| 3 |
+
size 3767003810
|
model-00008-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70c1d92fa5ec37e319ae67c9ad7bc0ef0e86af7b9e526fbdd582323e7ae0d4e5
|
| 3 |
+
size 5335155730
|
model-00009-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aff89ea8826dbaf2642095eb5ed7103f8ed8839d006f8296dcf81f99d0ad854
|
| 3 |
+
size 3867667231
|
model-00012-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c63b1df92da1916f19418502e89e1375348b1fff42ae316906cb29d9b72d78f
|
| 3 |
+
size 5335155736
|
model-00017-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:077eecb8cad30c5296daf1658a83dc0d3a7baf67b2676ed71b030e448ff2c0c8
|
| 3 |
+
size 3867667257
|
model-00018-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11d6ae58afa5e702ec4c58b7551a0701b7fa88752a33adab52a61753260f30fb
|
| 3 |
+
size 3767003851
|
model-00020-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d358810f3b4937bfcf9c67172c4aa2d499073c27d1d5860d2a80f2a168e48855
|
| 3 |
+
size 5335155738
|
model-00023-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ede9d261183721f727fd2cf2805d10da9dc56c1c4f3f6f16b3853af10002f4e
|
| 3 |
+
size 3767003767
|
model-00025-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f76df320c6974d7069f89e1efaa029f4ab58a6b5118c108674f1d7491da2040d
|
| 3 |
+
size 3867667247
|
model-00026-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97ba906b79d6bb23ab98a81410425e7e78c2fb1764db85bd66c89a6f7f61a2ad
|
| 3 |
+
size 3777147153
|
model-00029-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb96b4f16e27b2ac2b1f47f6f2062042c7d71bda3c67607b1768c95c1d5c3046
|
| 3 |
+
size 3867667239
|
model-00031-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f749eabde43d5c21c63d318c8a2982a7e7bf22f3235151006471b2c62991c4e
|
| 3 |
+
size 3777147021
|
model-00032-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b62130a902f13bde52878abf37b053a6aec0e5aa4d9ebc98a04e51cd515b2830
|
| 3 |
+
size 5335155738
|
model-00033-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1850d4790929dee2f42aa1cf954183bc4749f83828c40d9ea49b3e5e90c4a282
|
| 3 |
+
size 3867667267
|
model-00034-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66221f652cfb671ffb6609b42a90dc6472a5a9edf6479c2b78545e25fa17f5ca
|
| 3 |
+
size 3767003853
|
model-00036-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6e08965b5a2271efbb9ec4bacb57d235b5122ad7f555518d18994ae52069e0b
|
| 3 |
+
size 5335155738
|
model-00037-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70255ad555f0e54372db014871b5a6350003adac78df3012b5bdad0d548af0d9
|
| 3 |
+
size 3877810543
|
model-00038-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9101d7ca5adff9d189317b8415ff9cb29935a8cebb555e8596e9a4808f92777b
|
| 3 |
+
size 3767003851
|
model-00039-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a921de44a5e15bc9143c71efd67bfade7c4bf9de18cc4381a8ae23385fbb610
|
| 3 |
+
size 3767003787
|
model-00040-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0716519e4abeb99c86e1d0f723e8e76108ddfd1ec82928341568efb57166d0a
|
| 3 |
+
size 5335155734
|
model-00041-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b6dcfb8950031db45e5e96c9ed99405f351327fb82d00c3d9de6007b62b7a52
|
| 3 |
+
size 3867667265
|
model-00042-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25fbbf94f6371802ea1c2bc7c747cd823e943009b6e2e8ac9e59949459e578da
|
| 3 |
+
size 3777147081
|
model-00044-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93b537ff6bbff4f8da80850fe22017feb0e5d41513dea69a181397bf981458e9
|
| 3 |
+
size 5335155736
|
model-00045-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:511c02476421559a89ac09a65c0870f6162409cf0d05c938c4f4fc880d3e1cea
|
| 3 |
+
size 3867667267
|
model-00047-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9361caacdd886acf7398899b115ce2fffa5cfd1d246bf8ffa7c8f3023060dea
|
| 3 |
+
size 3777147033
|
model-00048-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d6087da1191ac9c1f546cd7eb19d0c8e33da7132ffe0b23e30d6a1945b08dfa
|
| 3 |
+
size 5335155736
|
model-00053-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30572839238cfd97a4072d6b097f560fd75ff9df3c432f3ee825850db906c544
|
| 3 |
+
size 3877810563
|
model-00055-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98ada5f5ed5677ec8c716d896eceb411bbf9f6b4ac89aa78708fc41e45d3460f
|
| 3 |
+
size 3767003753
|
model-00056-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c9212a08593c8093578d6f2c7e076efeefc1fa80871796c792812d2a05d10bf
|
| 3 |
+
size 5335155738
|
model-00059-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cbf056742c8e6661dbd343f13a886cfd78fa1adfa02071872bd6df67b70ea76
|
| 3 |
+
size 3767003755
|
model-00061-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0815806a84b3a1882346a7f102f41a7e497c8f41d836026f74df5b2a54913478
|
| 3 |
+
size 3867667213
|
model-00062-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1289dbe5d3307901e8520f4e61f4974465c41d61b514d6000a2f530625d739eb
|
| 3 |
+
size 3767003851
|
model-00064-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:794efbee60776772671f9ed4511567a76e8bf4a3843b5941d53b138718f19bc6
|
| 3 |
+
size 5335155736
|
model-00067-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:288bae260abcf62b210ba27d1ce7deaff9883f0611c93f9e98101a8562230b33
|
| 3 |
+
size 3767003771
|
model-00068-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb1b5464a2161eb3dd5f71071ea7e67f81f970520ce5c521a1535d084fc430f1
|
| 3 |
+
size 5335155734
|
model-00070-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c4e53c0662c5f26b9eb040d155aab5abf0fb19c2b74c174ce7f2c39e2422873
|
| 3 |
+
size 3767003815
|
model-00072-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:988e4ff280fe8e21e5514678efca2e453f8a7992eabeb1b1a8d12b8f67bbf107
|
| 3 |
+
size 5335155732
|
model-00073-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af2759cc01248946b4b3202c707875b7c54889492124f72ba9eb25c499c38e5f
|
| 3 |
+
size 3867667261
|
model-00075-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be14ac358ee946d08c5b817c781f1d038a435ab89555d9194c43501968cc0767
|
| 3 |
+
size 3767003765
|
model-00076-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f0ef05708d6d7603acce6d57508c59ba5f4ce6ad911bb4cbb33e23f21d85b4a
|
| 3 |
+
size 5335155734
|
model-00077-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0b345e041a2ef9c863a75066573c5463044c2d476e7a5b01c52fcc4550795e9
|
| 3 |
+
size 3867667271
|
model-00078-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0498cb63d353a59c0b410ee023f1d1ef8de6e46f1bd00dfe9e908d3c371062b5
|
| 3 |
+
size 3767003849
|
model-00079-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ac5efdd946b5da17c6d617e6ca58e880f28115c641d6942ee64831f23ce5de9
|
| 3 |
+
size 3777147053
|
model-00080-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19673b5ddcf8e8b147326dc685536ee03863e91ed5a4f102e93ca53b6944f36b
|
| 3 |
+
size 5335155736
|
model-00081-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3baae383e7dd9d713004471d344728428d9dd6da74561ea50304b30f3f7374e1
|
| 3 |
+
size 3867667265
|
model-00083-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceafebc8588a822c92e0523602ffd0a7949ae63299845fe6f45d1703b086358c
|
| 3 |
+
size 3767003759
|
model-00084-of-00101.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f603f30e6ef9fcdfe502697da42c4dc1a4ccbe4817f49e02dc91f7ead46a9703
|
| 3 |
+
size 5335155734
|