Instructions to use kernelpool/LongCat-2.0-3bit-UVMAX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use kernelpool/LongCat-2.0-3bit-UVMAX 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("kernelpool/LongCat-2.0-3bit-UVMAX") 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 kernelpool/LongCat-2.0-3bit-UVMAX with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "kernelpool/LongCat-2.0-3bit-UVMAX"
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": "kernelpool/LongCat-2.0-3bit-UVMAX" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use kernelpool/LongCat-2.0-3bit-UVMAX 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 "kernelpool/LongCat-2.0-3bit-UVMAX"
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 kernelpool/LongCat-2.0-3bit-UVMAX
Run Hermes
hermes
- OpenClaw new
How to use kernelpool/LongCat-2.0-3bit-UVMAX with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "kernelpool/LongCat-2.0-3bit-UVMAX"
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 "kernelpool/LongCat-2.0-3bit-UVMAX" \ --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 kernelpool/LongCat-2.0-3bit-UVMAX with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "kernelpool/LongCat-2.0-3bit-UVMAX"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "kernelpool/LongCat-2.0-3bit-UVMAX" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kernelpool/LongCat-2.0-3bit-UVMAX", "messages": [ {"role": "user", "content": "Hello"} ] }'
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +6 -2
- config.json +4 -5
- model-00017-of-00206.safetensors +1 -1
- model-00018-of-00206.safetensors +1 -1
- model-00019-of-00206.safetensors +1 -1
- model-00020-of-00206.safetensors +1 -1
- model-00021-of-00206.safetensors +1 -1
- model-00022-of-00206.safetensors +1 -1
- model-00023-of-00206.safetensors +1 -1
- model-00024-of-00206.safetensors +1 -1
- model-00025-of-00206.safetensors +1 -1
- model-00026-of-00206.safetensors +1 -1
- model-00027-of-00206.safetensors +1 -1
- model-00028-of-00206.safetensors +1 -1
- model-00029-of-00206.safetensors +1 -1
- model-00030-of-00206.safetensors +1 -1
- model-00031-of-00206.safetensors +1 -1
- model-00032-of-00206.safetensors +1 -1
- model-00033-of-00206.safetensors +1 -1
- model-00034-of-00206.safetensors +1 -1
- model-00035-of-00206.safetensors +1 -1
- model-00036-of-00206.safetensors +1 -1
- model-00037-of-00206.safetensors +1 -1
- model-00038-of-00206.safetensors +1 -1
- model-00039-of-00206.safetensors +1 -1
- model-00040-of-00206.safetensors +1 -1
- model-00041-of-00206.safetensors +1 -1
- model-00042-of-00206.safetensors +1 -1
- model-00043-of-00206.safetensors +1 -1
- model-00044-of-00206.safetensors +1 -1
- model-00045-of-00206.safetensors +1 -1
- model-00046-of-00206.safetensors +1 -1
- model-00047-of-00206.safetensors +1 -1
- model-00048-of-00206.safetensors +1 -1
- model-00049-of-00206.safetensors +1 -1
- model-00050-of-00206.safetensors +1 -1
- model-00051-of-00206.safetensors +1 -1
- model-00052-of-00206.safetensors +1 -1
- model-00053-of-00206.safetensors +1 -1
- model-00054-of-00206.safetensors +1 -1
- model-00055-of-00206.safetensors +1 -1
- model-00056-of-00206.safetensors +1 -1
- model-00057-of-00206.safetensors +1 -1
- model-00058-of-00206.safetensors +1 -1
- model-00059-of-00206.safetensors +1 -1
- model-00060-of-00206.safetensors +1 -1
- model-00061-of-00206.safetensors +1 -1
- model-00062-of-00206.safetensors +1 -1
- model-00063-of-00206.safetensors +1 -1
- model-00064-of-00206.safetensors +1 -1
README.md
CHANGED
|
@@ -5,14 +5,18 @@ pipeline_tag: text-generation
|
|
| 5 |
tags:
|
| 6 |
- mlx
|
| 7 |
license: mit
|
| 8 |
-
base_model: meituan-longcat/LongCat-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
# kernelpool/LongCat-2.0-3bit-UVMAX
|
| 12 |
|
| 13 |
-
Mixed-precision (UVMAX) quantization of [meituan-longcat/LongCat-2.0
|
| 14 |
converted with [mlx-lm](https://github.com/ml-explore/mlx-lm).
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
## What is UVMAX?
|
| 17 |
|
| 18 |
UVMAX is a mixed-precision scheme: bit widths are assigned per tensor class
|
|
|
|
| 5 |
tags:
|
| 6 |
- mlx
|
| 7 |
license: mit
|
| 8 |
+
base_model: meituan-longcat/LongCat-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
# kernelpool/LongCat-2.0-3bit-UVMAX
|
| 12 |
|
| 13 |
+
Mixed-precision (UVMAX) quantization of [meituan-longcat/LongCat-2.0](https://huggingface.co/meituan-longcat/LongCat-2.0),
|
| 14 |
converted with [mlx-lm](https://github.com/ml-explore/mlx-lm).
|
| 15 |
|
| 16 |
+
> **Revision note**: originally converted from the FP8 release
|
| 17 |
+
> ([meituan-longcat/LongCat-2.0-FP8](https://huggingface.co/meituan-longcat/LongCat-2.0-FP8)),
|
| 18 |
+
> the current revision is re-converted from the bf16 master checkpoint.
|
| 19 |
+
|
| 20 |
## What is UVMAX?
|
| 21 |
|
| 22 |
UVMAX is a mixed-precision scheme: bit widths are assigned per tensor class
|
config.json
CHANGED
|
@@ -7,7 +7,6 @@
|
|
| 7 |
"attention_method": "MLA",
|
| 8 |
"bos_token_id": 1,
|
| 9 |
"cli_factor": 2,
|
| 10 |
-
"disable_quant_module": [],
|
| 11 |
"dsa_mtp_cli": true,
|
| 12 |
"eos_token_id": 2,
|
| 13 |
"expert_ffn_hidden_size": 2048,
|
|
@@ -7923,13 +7922,13 @@
|
|
| 7923 |
},
|
| 7924 |
"rms_norm_eps": 1e-05,
|
| 7925 |
"rope_scaling": {
|
|
|
|
|
|
|
|
|
|
| 7926 |
"beta_fast": 32,
|
| 7927 |
"beta_slow": 1,
|
| 7928 |
-
"factor": 120,
|
| 7929 |
"mscale": 1,
|
| 7930 |
-
"mscale_all_dim": 1
|
| 7931 |
-
"original_max_position_embeddings": 8192,
|
| 7932 |
-
"rope_type": "deepseek_yarn"
|
| 7933 |
},
|
| 7934 |
"rope_theta": 1000000.0,
|
| 7935 |
"routed_scaling_factor": 9,
|
|
|
|
| 7 |
"attention_method": "MLA",
|
| 8 |
"bos_token_id": 1,
|
| 9 |
"cli_factor": 2,
|
|
|
|
| 10 |
"dsa_mtp_cli": true,
|
| 11 |
"eos_token_id": 2,
|
| 12 |
"expert_ffn_hidden_size": 2048,
|
|
|
|
| 7922 |
},
|
| 7923 |
"rms_norm_eps": 1e-05,
|
| 7924 |
"rope_scaling": {
|
| 7925 |
+
"original_max_position_embeddings": 8192,
|
| 7926 |
+
"rope_type": "deepseek_yarn",
|
| 7927 |
+
"factor": 120,
|
| 7928 |
"beta_fast": 32,
|
| 7929 |
"beta_slow": 1,
|
|
|
|
| 7930 |
"mscale": 1,
|
| 7931 |
+
"mscale_all_dim": 1
|
|
|
|
|
|
|
| 7932 |
},
|
| 7933 |
"rope_theta": 1000000.0,
|
| 7934 |
"routed_scaling_factor": 9,
|
model-00017-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8941c0c8843110520301b580d087d94304981fa7be603a485c20fdd7d18ea3d8
|
| 3 |
size 5234491677
|
model-00018-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:289df60c57551559b4c381c775762fb0c45c78778449ddfae2a085634dba1dd5
|
| 3 |
size 5234491677
|
model-00019-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46a4f2849af5128159963a1ca343f31ee6448b6a229d3f200514acc816cf8ef0
|
| 3 |
size 805306649
|
model-00020-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e97b2a8c470dc167537ae83c8eaeed291485fc2c88dad6b86744c36abf391a2
|
| 3 |
size 5234491676
|
model-00021-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293851
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b1a862b65884d7fe7d0e6c48e29647883ae8aa8d0f8c9f6a632df9296b1b323
|
| 3 |
size 1091293851
|
model-00022-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:304bd12bbbcda78267875257d9f2dcd8faec69ca1026b1acc512e608998a2d57
|
| 3 |
size 5234491677
|
model-00023-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fadc740cfdd4d5ca97c33344d6c1981f3e357b8079ec42468443d92bb854d626
|
| 3 |
size 5234491677
|
model-00024-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e14d444649f0b824a59fce94d57c7e6b22190c4d6c31a1824272e0e42f94b9da
|
| 3 |
size 805306649
|
model-00025-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:538b5f1211d8d7228aa9084e7463d5b32107ef108be6885fcbaac1ae9960ecca
|
| 3 |
size 5234491676
|
model-00026-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b9580c7c85ac4c6cd620d893aad55f24a2dccfb1ba90c0ab749bd7007dea5e9
|
| 3 |
size 1091293841
|
model-00027-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8f10b54e2e9ea3ae9ba87acd5ec5d9da8857c39f755ed9f530a4f43a2fbc0a2
|
| 3 |
size 5234491677
|
model-00028-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f59a80f74a65a5dc4d60c3d051345697d1e6f149af91ce37391897c8eafeba7
|
| 3 |
size 5234491677
|
model-00029-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9536d3f317ec6ea198405d5ef03bf71f9b955d9219abe099e29e384024c35a28
|
| 3 |
size 805306649
|
model-00030-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14b685299bf768e125d3b7532014ffb2c7978072f7c3fc09ebe902afe6750d49
|
| 3 |
size 5234491676
|
model-00031-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293847
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:111329fdf8c86a1b719a39e1089086caf73f2e8f9b59be1859c6bf99bdf79767
|
| 3 |
size 1091293847
|
model-00032-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30e17530ab5e24676490df0806de4bb32eb4e2a116862ab35f4414d4191ea858
|
| 3 |
size 5234491677
|
model-00033-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba0e9023602016c7fb9ad343ff880ca5372ce950120e91413cc0d4648fc982c7
|
| 3 |
size 5234491677
|
model-00034-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb53a80b7af3f08776e1c136be9acdc55726037d966e9f3027d59596fa5ef442
|
| 3 |
size 805306649
|
model-00035-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97059ee04b53b1156a032c14c27dd557efa087834c5233c918f1d2f74cb03bc3
|
| 3 |
size 5234491676
|
model-00036-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293863
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32621257a6552e1240bdb883e3c6c3fd02b2dacc761b8214bee2410a0a52aaea
|
| 3 |
size 1091293863
|
model-00037-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e81c40f2c5f3731e4f083de5bd9db9dd2fdb70bb740d016c35802ff0741adb4a
|
| 3 |
size 5234491677
|
model-00038-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9a83b7b229e44035f05b2dd6b65e4f294db121abd8fa8e9c3a1344fe7bab81a
|
| 3 |
size 5234491677
|
model-00039-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:713d7b6610713432c38042bca8d5748be9e5a4f3592ab8008318e22f737813ca
|
| 3 |
size 805306649
|
model-00040-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba5a4bc7a1671402c76da5ce2383bc979b28d4e547aaee364a478df5aeb4e643
|
| 3 |
size 5234491676
|
model-00041-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293881
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41d0745fb022436c3e60fc009ebc85bc862a477e561d9fc9ea597b6bdfd8f5e0
|
| 3 |
size 1091293881
|
model-00042-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a4adc6f82577575d44a80affbdf3c9ddfce035ee49f3c2f6b43c8cfe2cd3a78
|
| 3 |
size 5234491677
|
model-00043-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd855da63e86bc775287ef85e2b88c69ef85e9d8dc6611a0a322a0e7720d860a
|
| 3 |
size 5234491677
|
model-00044-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f89e07f3e33081a31adb1132bda1336567c936f118a153d9eaa6c26de345100
|
| 3 |
size 805306649
|
model-00045-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:373c2d87aca2fe6463877aa96f12df94c037debb488648bb1976b235d26e76ed
|
| 3 |
size 5234491676
|
model-00046-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293865
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f73f3782a381de90be4d676e9d27553baa6aa66d4842866f7791044b3eb9671b
|
| 3 |
size 1091293865
|
model-00047-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:870ae59693c551cc523be8766749726e6e395790aaf0a7c59de3ea315c8c6d1b
|
| 3 |
size 5234491677
|
model-00048-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d678b405f9af59bfff9820ca3a17a248f01facd5ae692b5dd0ccd7ab282f78a
|
| 3 |
size 5234491677
|
model-00049-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c4d3a8b924ed68614771a7df8b5ba503efad3368696da17554495807297f63c
|
| 3 |
size 805306649
|
model-00050-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ead35a8f2dec53d687645b2427f018b45b90958a9546ea0ca928d0e6cada1e6a
|
| 3 |
size 5234491676
|
model-00051-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293873
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11e00e483cdd9189f2f1dab7fa73d71797f5c07f273a8c4d9c2a477b7559dc19
|
| 3 |
size 1091293873
|
model-00052-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3e5bcbabb2463262a710906324571ba86e776c4555021a6bddd7b560a1e2729
|
| 3 |
size 5234491677
|
model-00053-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e21121b8a6b36fa4b320d12dfb9da75309edac43e3cd614e61a9c7699a9c581d
|
| 3 |
size 5234491677
|
model-00054-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fab41cce3dd4565a6897d1fd1c5ff7d96825bc3dafb7381071e38eaa2b7d2fc5
|
| 3 |
size 805306649
|
model-00055-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b82e17763d19ce3222aea7881ba817849028a8ed358022f54522f22d0268e50
|
| 3 |
size 5234491676
|
model-00056-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293871
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e24187c3837457baf713666db55fbf0b9f855ecca18b1e13147aae91c56f1908
|
| 3 |
size 1091293871
|
model-00057-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ad2957c9ee27c30057798dc5a29f383256fe8bbac22ac422b533261f0e57aaf
|
| 3 |
size 5234491677
|
model-00058-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe30fb0045fea54eb100b07d7c7bfc23012131d270a23b33a0af89ea9fda715a
|
| 3 |
size 5234491677
|
model-00059-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:641d8fa1ece96240bca914d535083343074eccb4f066c29f4d2a13a7fe66e1c7
|
| 3 |
size 805306649
|
model-00060-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491676
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3426eb2490189da2a5ffab06b32ac3251b6b3ab0843751240475d431acc4c15c
|
| 3 |
size 5234491676
|
model-00061-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1091293843
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfb04dffedea2312f0325627a4acaae99ebc1f382ffa3b3db5208ce5f24a62f8
|
| 3 |
size 1091293843
|
model-00062-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d0e692951a123cabffe407013687abd2fdad3909ce2037743df969376cc43f8
|
| 3 |
size 5234491677
|
model-00063-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5234491677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b1889c16ef86a60753d4d8e0054140f3ee9b629b50c3a6214f32841048a5ab4
|
| 3 |
size 5234491677
|
model-00064-of-00206.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 805306649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4753d65eea943273d3a928314fc25094e43a268f086811602ebbb706c1da36e4
|
| 3 |
size 805306649
|