Text Generation
Transformers
Safetensors
glm_moe_dsa
compressed-tensors
int4
int8
w4a16
w8a16
Mixture of Experts
glm
dgx-spark
gb10
vllm
conversational
Instructions to use Tech2wild/GLM-5.3-Int4-Int8Mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tech2wild/GLM-5.3-Int4-Int8Mix with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Tech2wild/GLM-5.3-Int4-Int8Mix") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Tech2wild/GLM-5.3-Int4-Int8Mix") model = AutoModelForCausalLM.from_pretrained("Tech2wild/GLM-5.3-Int4-Int8Mix", device_map="auto") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Tech2wild/GLM-5.3-Int4-Int8Mix with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Tech2wild/GLM-5.3-Int4-Int8Mix" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Tech2wild/GLM-5.3-Int4-Int8Mix", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Tech2wild/GLM-5.3-Int4-Int8Mix
- SGLang
How to use Tech2wild/GLM-5.3-Int4-Int8Mix with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Tech2wild/GLM-5.3-Int4-Int8Mix" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Tech2wild/GLM-5.3-Int4-Int8Mix", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Tech2wild/GLM-5.3-Int4-Int8Mix" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Tech2wild/GLM-5.3-Int4-Int8Mix", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use Tech2wild/GLM-5.3-Int4-Int8Mix with Docker Model Runner:
docker model run hf.co/Tech2wild/GLM-5.3-Int4-Int8Mix
Tony DeAngelo commited on
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-00002-of-00282.safetensors +3 -0
- model-00004-of-00282.safetensors +3 -0
- model-00009-of-00282.safetensors +3 -0
- model-00013-of-00282.safetensors +3 -0
- model-00016-of-00282.safetensors +3 -0
- model-00018-of-00282.safetensors +3 -0
- model-00020-of-00282.safetensors +3 -0
- model-00026-of-00282.safetensors +3 -0
- model-00029-of-00282.safetensors +3 -0
- model-00031-of-00282.safetensors +3 -0
- model-00032-of-00282.safetensors +3 -0
- model-00034-of-00282.safetensors +3 -0
- model-00039-of-00282.safetensors +3 -0
- model-00040-of-00282.safetensors +3 -0
- model-00041-of-00282.safetensors +3 -0
- model-00043-of-00282.safetensors +3 -0
- model-00045-of-00282.safetensors +3 -0
- model-00056-of-00282.safetensors +3 -0
- model-00065-of-00282.safetensors +3 -0
- model-00066-of-00282.safetensors +3 -0
- model-00067-of-00282.safetensors +3 -0
- model-00068-of-00282.safetensors +3 -0
- model-00071-of-00282.safetensors +3 -0
- model-00082-of-00282.safetensors +3 -0
- model-00088-of-00282.safetensors +3 -0
- model-00090-of-00282.safetensors +3 -0
- model-00091-of-00282.safetensors +3 -0
- model-00106-of-00282.safetensors +3 -0
- model-00107-of-00282.safetensors +3 -0
- model-00111-of-00282.safetensors +3 -0
- model-00112-of-00282.safetensors +3 -0
- model-00117-of-00282.safetensors +3 -0
- model-00121-of-00282.safetensors +3 -0
- model-00122-of-00282.safetensors +3 -0
- model-00125-of-00282.safetensors +3 -0
- model-00130-of-00282.safetensors +3 -0
- model-00132-of-00282.safetensors +3 -0
- model-00135-of-00282.safetensors +3 -0
- model-00142-of-00282.safetensors +3 -0
- model-00153-of-00282.safetensors +3 -0
- model-00155-of-00282.safetensors +3 -0
- model-00156-of-00282.safetensors +3 -0
- model-00157-of-00282.safetensors +3 -0
- model-00160-of-00282.safetensors +3 -0
- model-00164-of-00282.safetensors +3 -0
- model-00168-of-00282.safetensors +3 -0
- model-00175-of-00282.safetensors +3 -0
- model-00178-of-00282.safetensors +3 -0
- model-00180-of-00282.safetensors +3 -0
- model-00181-of-00282.safetensors +3 -0
model-00002-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55822765990d6aa02e19b94052bb3da64e39bbcc24fc78a1fc03cd63055414b4
|
| 3 |
+
size 1396666088
|
model-00004-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e2e2f8a4681f6d12d496236b44d43e9aed656d49bb7d434e5c3645b504c50c0
|
| 3 |
+
size 1382039656
|
model-00009-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abb390f09b241c883f97a0c1c3aac2cd4b1c8ead176c219aef893ce7c31b1350
|
| 3 |
+
size 1487341408
|
model-00013-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f6b455250778f018a6e3f3644f86391dc3bd8d1f187a7c8104a60a803cceb26
|
| 3 |
+
size 1465306712
|
model-00016-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1b424fc0b31e23954b12fdfa422dc7efbb199eb5e56f3f9945921a514a6e8d6
|
| 3 |
+
size 1487341152
|
model-00018-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f8b6b0deb1670198d3528b09dbbeea418d657774d9afd99fc7b5d335f4c183e
|
| 3 |
+
size 1382039960
|
model-00020-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b447054ac57a4afa06fc64a8afa19187ddb63fba61df3bdecf8d8ab3bc77e26
|
| 3 |
+
size 1499597352
|
model-00026-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daca63246d8a283a17cdbf665d5d03a763a731f03c81af1ed92bbf9145c18625
|
| 3 |
+
size 1382039704
|
model-00029-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec95bf00099d30267779f7b9090fca7bfb8ef251d259c05208c08fd907813edd
|
| 3 |
+
size 1382039968
|
model-00031-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cd369fb769e856f83eac51960cf0b330c7001534851b847ff9b47d4e87c9c1d
|
| 3 |
+
size 1487341360
|
model-00032-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:693a6c869f489ea7147d4d46cf61ddf5f414bb3e95b0effa0174ca017a35106b
|
| 3 |
+
size 1382039984
|
model-00034-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f07f1d7faf5019b5f55b18ba4ee661103ecf3fda4626fbcad8e91d746e311b84
|
| 3 |
+
size 1382039344
|
model-00039-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8401cd292f0be6f76b70c17710466ea0834fe9d0a7c9a3a2067595efe8769f6c
|
| 3 |
+
size 1382039960
|
model-00040-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e5d4a6c95468c1ab668eb836cf40ead7250f89f19434fb587912747212cd3fb
|
| 3 |
+
size 1382039968
|
model-00041-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2dc7d74c384356eb62d4e1dc4232cdaa819efdd7cefa7434ad9d5605f670247
|
| 3 |
+
size 1382039624
|
model-00043-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0e0d70c089953b533890b4db629e16845725b6afc5ed199bc76d19ddc6a8b2b
|
| 3 |
+
size 1382039976
|
model-00045-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6927b72ff68403f691629b2bbc2a6ad66aeb53e0d2c268c983835d69caf1ae9c
|
| 3 |
+
size 1382039424
|
model-00056-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9fbeeffcc80946b9a2ff81062383480f08478ff132ef04e7de25762b6d3f948
|
| 3 |
+
size 1382039472
|
model-00065-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:436ba1b3dda69ee7ac6060a46296c3186dfcffcd0d3b046e515f8759d6d0d194
|
| 3 |
+
size 1382039984
|
model-00066-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bec9406bbd81ca52ae60f400257e7fa25ca70321c4b80eebf25f121c8352954
|
| 3 |
+
size 1382039968
|
model-00067-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4da171a0dd5237a236b8156a66af248a81928821250406fed83c54b2047949c
|
| 3 |
+
size 1382039496
|
model-00068-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a5e6730a1ead9e8d9f4a098de9afa4a27c40b7dbb67a06e03d4e4b45a47d457
|
| 3 |
+
size 1487341352
|
model-00071-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96d7cba8463b372bae486ae7f73ed3f2dd13158dc23db658a5dbb01aa531d91d
|
| 3 |
+
size 1382039344
|
model-00082-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ef7ca97fbbb245a44c94db7aadc91c75ad485f52ff73be96089267f027a0d2c
|
| 3 |
+
size 1382039336
|
model-00088-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3da9f0616638b78a550e54f3ec7bcaa20e58bad032c8cb429841a8f909d86853
|
| 3 |
+
size 1382039968
|
model-00090-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad61f249d624bd3a5f92fa8290e211e9453527df752e58e71b63ef4304ce8665
|
| 3 |
+
size 1487341304
|
model-00091-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:041652d19c7998986af3aecfa61ad0d2fc0e6e3d82487e2098a22c7a342ddd74
|
| 3 |
+
size 1382039976
|
model-00106-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bd2d93c09ce2e04ee221e62a32c054e0e833ac331ee185ce3f3dc2079047e25
|
| 3 |
+
size 1382039968
|
model-00107-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b2f394b2509aa27b7ea53b6791a603b321e3c5ba977caf769db93ad3692316c
|
| 3 |
+
size 1382039816
|
model-00111-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5495d35c2f2fa85e9837afcae31f8c99ae9abb6767dd5b2aa5230327d8f5dc06
|
| 3 |
+
size 1382039608
|
model-00112-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:605ccb0e0401eb8ca95e892f45bd066b94374a27dd3dae646c499fda92fbe29d
|
| 3 |
+
size 1499597208
|
model-00117-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:632970774d552c3f2a395201a4fa9bd460f1d2ecc368e885db4422c90aba46c8
|
| 3 |
+
size 1382039328
|
model-00121-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdf456c7cf38e1d533c86d9b8fdd6a331d6a944263ef30d14401b0a8eee066b5
|
| 3 |
+
size 1382039968
|
model-00122-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1acf0e60ea9b4e9904fcf805a3598b743fa2cb45bb53c126e9c2af902ac23be
|
| 3 |
+
size 1382039656
|
model-00125-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f0c89043ca2b24d91bb0854174ae43f414608d00d3e1072d09282880bd95b28
|
| 3 |
+
size 1382039968
|
model-00130-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f92977ba00d3775c2ca6e930a557ca9b5ddc7ba4cf88eda42ff4d52b185bb2b2
|
| 3 |
+
size 1419924880
|
model-00132-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f3b8e3d25f149f647384571f8847ff6e84b61e49664e62adf1fcb454be4b8d5
|
| 3 |
+
size 1382039960
|
model-00135-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7190ba6c88ab6fa91bb94342dd7a3205054134170e41b46264d30fed82fb8267
|
| 3 |
+
size 1382039984
|
model-00142-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7683f40f07b88b039acdbdfe494a2371b1220f700bd26a27cffc4ded7c8e42e5
|
| 3 |
+
size 1487341600
|
model-00153-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c76c211db8f77730c190601bb0fffd85e36b71d098b17b160f3ea06941262b5
|
| 3 |
+
size 1487341552
|
model-00155-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5fddda15345a36ac0e529b4f66257cab97aa1a7e1e9b59e8e1b2b530c02c131
|
| 3 |
+
size 1382039728
|
model-00156-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40b35885fed9180f2a4bd6d26de77f09d4d153c60770c487eb8d28dcdf766c4e
|
| 3 |
+
size 1487340976
|
model-00157-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d40b7211c7aa9de78d409d59850a7cda819bf9f3f666a7878f9212cdbda00af
|
| 3 |
+
size 1382039336
|
model-00160-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3b0cc14be5dec9ee33e03e596dfcb4ccaa39e94ae2125dd57b1101c838c8ef2
|
| 3 |
+
size 1487341032
|
model-00164-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:283d73cb4f49c9e324f9f85c26298912fb7df9d2c0a68faa2cb26439e2d56fa1
|
| 3 |
+
size 1499597504
|
model-00168-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:122b7dbb5d324661ada337f6d2b9e21a47b672d044b5ea0551f0af1d58e5acd4
|
| 3 |
+
size 1382039976
|
model-00175-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2db6e45f1bbd646af0fdb86c852d270d047c74d0b275601b47a906a2df48a974
|
| 3 |
+
size 1487341496
|
model-00178-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b41547e26d7533e829e100f0a1c03a13f4a7495ca4ba4868101c4b32e6a669f
|
| 3 |
+
size 1499596984
|
model-00180-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73e2a37b4455b964932a7ba0b154f79b430cc9522917d1ec7209fd3f5349ba8e
|
| 3 |
+
size 1382039960
|
model-00181-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b43380ece288ae18fc794924c5838caeabf7097e6d705963dcfe3179715dc93
|
| 3 |
+
size 1382039592
|