Instructions to use pipenetwork/GLM-5.2-MLX-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use pipenetwork/GLM-5.2-MLX-4bit 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("pipenetwork/GLM-5.2-MLX-4bit") 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 pipenetwork/GLM-5.2-MLX-4bit with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "pipenetwork/GLM-5.2-MLX-4bit"
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": "pipenetwork/GLM-5.2-MLX-4bit" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use pipenetwork/GLM-5.2-MLX-4bit 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 "pipenetwork/GLM-5.2-MLX-4bit"
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 pipenetwork/GLM-5.2-MLX-4bit
Run Hermes
hermes
- OpenClaw new
How to use pipenetwork/GLM-5.2-MLX-4bit with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "pipenetwork/GLM-5.2-MLX-4bit"
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 "pipenetwork/GLM-5.2-MLX-4bit" \ --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 pipenetwork/GLM-5.2-MLX-4bit with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "pipenetwork/GLM-5.2-MLX-4bit"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "pipenetwork/GLM-5.2-MLX-4bit" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "pipenetwork/GLM-5.2-MLX-4bit", "messages": [ {"role": "user", "content": "Hello"} ] }'
Add files using upload-large-folder tool
Browse files- model-00001-of-00091.safetensors +3 -0
- model-00002-of-00091.safetensors +3 -0
- model-00004-of-00091.safetensors +3 -0
- model-00005-of-00091.safetensors +3 -0
- model-00007-of-00091.safetensors +3 -0
- model-00012-of-00091.safetensors +3 -0
- model-00013-of-00091.safetensors +3 -0
- model-00016-of-00091.safetensors +3 -0
- model-00017-of-00091.safetensors +3 -0
- model-00019-of-00091.safetensors +3 -0
- model-00021-of-00091.safetensors +3 -0
- model-00022-of-00091.safetensors +3 -0
- model-00024-of-00091.safetensors +3 -0
- model-00027-of-00091.safetensors +3 -0
- model-00028-of-00091.safetensors +3 -0
- model-00030-of-00091.safetensors +3 -0
- model-00033-of-00091.safetensors +3 -0
- model-00035-of-00091.safetensors +3 -0
- model-00036-of-00091.safetensors +3 -0
- model-00037-of-00091.safetensors +3 -0
- model-00039-of-00091.safetensors +3 -0
- model-00040-of-00091.safetensors +3 -0
- model-00043-of-00091.safetensors +3 -0
- model-00045-of-00091.safetensors +3 -0
- model-00046-of-00091.safetensors +3 -0
- model-00049-of-00091.safetensors +3 -0
- model-00052-of-00091.safetensors +3 -0
- model-00054-of-00091.safetensors +3 -0
- model-00057-of-00091.safetensors +3 -0
- model-00058-of-00091.safetensors +3 -0
- model-00060-of-00091.safetensors +3 -0
- model-00063-of-00091.safetensors +3 -0
- model-00065-of-00091.safetensors +3 -0
- model-00066-of-00091.safetensors +3 -0
- model-00069-of-00091.safetensors +3 -0
- model-00071-of-00091.safetensors +3 -0
- model-00072-of-00091.safetensors +3 -0
- model-00073-of-00091.safetensors +3 -0
- model-00074-of-00091.safetensors +3 -0
- model-00077-of-00091.safetensors +3 -0
- model-00078-of-00091.safetensors +3 -0
- model-00081-of-00091.safetensors +3 -0
- model-00082-of-00091.safetensors +3 -0
- model-00084-of-00091.safetensors +3 -0
- model-00085-of-00091.safetensors +3 -0
- model-00086-of-00091.safetensors +3 -0
- model-00087-of-00091.safetensors +3 -0
- model-00088-of-00091.safetensors +3 -0
- model-00090-of-00091.safetensors +3 -0
model-00001-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90a028e4c6534a69b0bd8cd8876bc73298839d0430a5161ba25b91ce51c16ca2
|
| 3 |
+
size 4928572714
|
model-00002-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c682080ce6966d76c69211f2b03e858ccaed8302913634b05daaf780b66973dd
|
| 3 |
+
size 5351729951
|
model-00004-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54a94076553c0b9ac77b06ab7975f731a289fddf09daa6f2cd13dc89cc7824e3
|
| 3 |
+
size 5357003325
|
model-00005-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5b2523b64aae37594fd2f1fe4b8ca9408f7a0247565a84d0d234540377f8d21
|
| 3 |
+
size 3942443874
|
model-00007-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e13e6d9fe5dd286bb192453d052e1890dd388f996232f42c58b2e7c450b95d6
|
| 3 |
+
size 3841780507
|
model-00012-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:367d9cd3eff3a518f0451712d71cf189c16303dc1a1442eb5a7fd42c1939cc2b
|
| 3 |
+
size 5335155736
|
model-00013-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0d26e0c99d7f5e4167accd26b140d547356323e3efffc2841b0a9a1a79cd54e
|
| 3 |
+
size 3841780499
|
model-00016-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d6c48d345d63ae7266d7818c2dd4653c396fee5b084accf7987fea601828373
|
| 3 |
+
size 5351729989
|
model-00017-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcd3a5c6ab4aae74b4b73acc2a6ae1f3ebcff38cd5cfdaefd4ae5be60993ba63
|
| 3 |
+
size 3942443883
|
model-00019-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b63838bf59336e0cded0d1f3aeb252c0f0aad31d3a7238a2aad3c155c37f6fb
|
| 3 |
+
size 3847053870
|
model-00021-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24a1f78427792830760de9ae072eb54221d90f042880d10d475f39afd2a5a52e
|
| 3 |
+
size 3942443971
|
model-00022-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2481b488aa1421688ff2ba0a9d7c23c5660f34f341540df14f39ae2c9fc23562
|
| 3 |
+
size 5351729911
|
model-00024-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2200cb86d199d570bc32ce7751f5859899317f37651791d8b63eb232a8f98360
|
| 3 |
+
size 5335155734
|
model-00027-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1808e735c3c1f2a53c4c0b804b5d36e7d6496f0edbc88e8f6ceb9dc3ef98d2d2
|
| 3 |
+
size 3942443901
|
model-00028-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb3a4eaf88a9da5a0b52ce78fd9a1524121a366c24315bd68d97b5d918fbe571
|
| 3 |
+
size 5357003398
|
model-00030-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c0c8541c406100dd1a6a03a0c5ae121414ff246c6c1200663e46e818d519f32
|
| 3 |
+
size 5335155738
|
model-00033-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9ab27f57fb40d66890fb7d5c4d1afdf13db2d8dc3263680ccb11c5a5081674e
|
| 3 |
+
size 3947717382
|
model-00035-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d8d7a07125f1bda2854358edf7bda9b7e857da184d2079b099903024e37e484
|
| 3 |
+
size 3942443913
|
model-00036-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0716519e4abeb99c86e1d0f723e8e76108ddfd1ec82928341568efb57166d0a
|
| 3 |
+
size 5335155734
|
model-00037-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b51801d2a997367a8226b7ada3d27dacd8a7fdd509d1b9ac4e6f2901ad6074d0
|
| 3 |
+
size 3841780543
|
model-00039-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6b4d6b8ecfbf0ba7e28670aac403751b2463e89c8c51147c2c17a8dcca7e42c
|
| 3 |
+
size 3942443917
|
model-00040-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61fcd46ca1d55867d7d1233c3a1780f4cc1c481b3996e434455f3bceefdce1f3
|
| 3 |
+
size 5351729989
|
model-00043-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2d2ffd7316a7453cba9614ffcaf29aff117654613bf5107049786bda8fda221
|
| 3 |
+
size 3847053954
|
model-00045-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84c670c836f7878fb8740cc0c94c20abe51d45c29fbc9dfc4057bb1eff7dc498
|
| 3 |
+
size 3942443927
|
model-00046-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9081427e548c3351605a8244da268d173c4b46b3f06192d9c5ce653b24d91857
|
| 3 |
+
size 5351729989
|
model-00049-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c10691da980da0100144a0fcff471a179e9be70211b44a782e65ae23a5c6226
|
| 3 |
+
size 3841780523
|
model-00052-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e61314166cd934931b88e79b9f0daded98fdd1a3941da7375ad855e5adcdfc8
|
| 3 |
+
size 5357003362
|
model-00054-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab4399227ec7dac7d08483a42978b714c9b7bb47cd1abcac0db1b6f5d04b44bb
|
| 3 |
+
size 5335155738
|
model-00057-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b655821b0544d26646910e18c21e3edf341490bcbb96827b245c6a275e74d12d
|
| 3 |
+
size 3947717384
|
model-00058-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c350d8d602bb814727db4c19007b61176f16c0b8c911cf22854023b9383797a
|
| 3 |
+
size 5351729989
|
model-00060-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30dc779a165a92601579c89461bd39190aa40a5d00deb7bac8473b0325dec61c
|
| 3 |
+
size 5335155738
|
model-00063-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b83136f0f47eeec8a0a50c6a015c9ac97f8208319d783995c21ed6f1bdba2a18
|
| 3 |
+
size 3942443937
|
model-00065-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18309de2c4874a79c68751c7926b85b20a32d6f48193564aa40b2d2ee652f669
|
| 3 |
+
size 3942443883
|
model-00066-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96629af428aa3061d61ba8757272c72497f5f98f143025cf25dc5ee351d711eb
|
| 3 |
+
size 5335155734
|
model-00069-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd8b638b25570a76a9c6e565696d59b164fd3ca591fe00408f21cc0d2872d8b6
|
| 3 |
+
size 3942443921
|
model-00071-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:967bd8d345583a2a6dce8e4c585b9f4a4363dd298c48c41e0aea7c0096257144
|
| 3 |
+
size 3947717276
|
model-00072-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19673b5ddcf8e8b147326dc685536ee03863e91ed5a4f102e93ca53b6944f36b
|
| 3 |
+
size 5335155736
|
model-00073-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:339da296fa3dea3ada83aabd2405a8318d20de751fcd570440f482258aec2819
|
| 3 |
+
size 3841780543
|
model-00074-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f530a6a881aa39ccbe2c212a44b19456dc7a1c0cf2b5a3e3e14bdf16e492b51
|
| 3 |
+
size 5351729933
|
model-00077-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c3fbb54445c0c259af40d9d5be33190a2be4c706fe90b0a45ecb14210e22325
|
| 3 |
+
size 3942443865
|
model-00078-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f464b9d937104da52914013facc8f19105790bd367113c70b25b5492040d9e89
|
| 3 |
+
size 5335155736
|
model-00081-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0cf331624317d9ea98a1b71a4c53e12fec3bd08890986e7e0e0af4a82c61ae1
|
| 3 |
+
size 3947717304
|
model-00082-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdf55fb2c96008a519ac80a95b55b19512cbf2d7049d64414e19bebdf9af0d0c
|
| 3 |
+
size 5351729913
|
model-00084-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fe9e46e6a15e9d6096a8e89360f1f7f03e5a5c614244a9426d58fe12f6248fd
|
| 3 |
+
size 5335155736
|
model-00085-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce127f70f54adf82f76054f8e9e3d188901ffc066feda77f9373ea9479180f82
|
| 3 |
+
size 3841780547
|
model-00086-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a1e5f8559c6172a79a662bf2d83e2a551031e952be659b6ef3f8c25f9f85179
|
| 3 |
+
size 5357003402
|
model-00087-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0707b13ade541b666cc7466b3eb9f469911f62a00d97af80f08e5acb78176059
|
| 3 |
+
size 3942443923
|
model-00088-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5e37569687144078679fc9fc7de1af132110e7510470f49a94b410ad7c98b95
|
| 3 |
+
size 5351729857
|
model-00090-of-00091.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b20d0cbfd5ab4f3547c4f5959a1844661c9399734676ba4bec9a415a072c8fde
|
| 3 |
+
size 5335155736
|