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 files- model-00001-of-00282.safetensors +3 -0
- model-00010-of-00282.safetensors +3 -0
- model-00021-of-00282.safetensors +3 -0
- model-00022-of-00282.safetensors +3 -0
- model-00042-of-00282.safetensors +3 -0
- model-00048-of-00282.safetensors +3 -0
- model-00049-of-00282.safetensors +3 -0
- model-00051-of-00282.safetensors +3 -0
- model-00055-of-00282.safetensors +3 -0
- model-00059-of-00282.safetensors +3 -0
- model-00064-of-00282.safetensors +3 -0
- model-00070-of-00282.safetensors +3 -0
- model-00075-of-00282.safetensors +3 -0
- model-00077-of-00282.safetensors +3 -0
- model-00078-of-00282.safetensors +3 -0
- model-00080-of-00282.safetensors +3 -0
- model-00083-of-00282.safetensors +3 -0
- model-00095-of-00282.safetensors +3 -0
- model-00096-of-00282.safetensors +3 -0
- model-00102-of-00282.safetensors +3 -0
- model-00113-of-00282.safetensors +3 -0
- model-00120-of-00282.safetensors +3 -0
- model-00123-of-00282.safetensors +3 -0
- model-00127-of-00282.safetensors +3 -0
- model-00128-of-00282.safetensors +3 -0
- model-00129-of-00282.safetensors +3 -0
- model-00137-of-00282.safetensors +3 -0
- model-00143-of-00282.safetensors +3 -0
- model-00144-of-00282.safetensors +3 -0
- model-00170-of-00282.safetensors +3 -0
- model-00171-of-00282.safetensors +3 -0
- model-00173-of-00282.safetensors +3 -0
- model-00177-of-00282.safetensors +3 -0
- model-00184-of-00282.safetensors +3 -0
- model-00203-of-00282.safetensors +3 -0
- model-00212-of-00282.safetensors +3 -0
- model-00217-of-00282.safetensors +3 -0
- model-00219-of-00282.safetensors +3 -0
- model-00226-of-00282.safetensors +3 -0
- model-00229-of-00282.safetensors +3 -0
- model-00231-of-00282.safetensors +3 -0
- model-00233-of-00282.safetensors +3 -0
- model-00243-of-00282.safetensors +3 -0
- model-00258-of-00282.safetensors +3 -0
- model-00260-of-00282.safetensors +3 -0
- model-00265-of-00282.safetensors +3 -0
- model-00266-of-00282.safetensors +3 -0
- model-00267-of-00282.safetensors +3 -0
- model-00273-of-00282.safetensors +3 -0
model-00001-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f88a783fd01a00d5ef512355133f967a946fd69d005f7abebff6d249d0640c8b
|
| 3 |
+
size 4990458584
|
model-00010-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:030c8d5a4398a4e419a1defca5804853c24975a4a0042c1b9aa366d249481a03
|
| 3 |
+
size 1382039960
|
model-00021-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a253a065f58d89243e48648f28c5c6c8527c429fbb656f094fcd6391275d7095
|
| 3 |
+
size 1382039984
|
model-00022-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f243876587ed93c348daaecb8f33469682cbe820178ff60d6150275a2ce21549
|
| 3 |
+
size 1382039888
|
model-00042-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbe0f84dd88e5451052fa3c7712db9f9272815d5e6a618aed3f8fc1c0b215f54
|
| 3 |
+
size 1487341240
|
model-00048-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b68f2c54828a96908d046961d6145a0bb7d7f2aa66892bd8fc2a4e902b8cb950
|
| 3 |
+
size 1382039864
|
model-00049-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e654086fdc1201e421fac29716e0393f2ec1289a621aaa8873591ba07772f6b3
|
| 3 |
+
size 1395904000
|
model-00051-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7136f6e2bd42bf4a1b59981733d160ff5072105fed93beb474522e3e40e1123c
|
| 3 |
+
size 1382039960
|
model-00055-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bcb157005a9fd5c31bb86096d061db243a7852e17b5f73bde8d5c053836e772
|
| 3 |
+
size 1382039960
|
model-00059-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0d52186ff33d59ec8799d6761085fef1259b3944da2cfe3728779597f86ff08
|
| 3 |
+
size 1382039888
|
model-00064-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15d83d5eab39d09076cdf10a987a4377d261f6690f892da3d5e9460d0e04b128
|
| 3 |
+
size 1499597080
|
model-00070-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ec49c9d8692c2082e397581d30b060961895a6f8917db77b6a511a8471ecaaf
|
| 3 |
+
size 1382039912
|
model-00075-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1de0227a6a10ebb50ce6e023ce4543cf2d0da268fbbfec2e2923dfb0eab60624
|
| 3 |
+
size 1487340976
|
model-00077-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd48fa0a063ba7e8dbb7e20c8358cf5688547c89a3b2868ff53d9785d0be98ba
|
| 3 |
+
size 1382039328
|
model-00078-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a4c6e9c2db0ad7801374ea1e958a36e40b49dcbf4ead8aec0db74a328b1b867
|
| 3 |
+
size 1382038888
|
model-00080-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e95ec000caef52c85d5a56c5b350a0a399f80cd6440ba9a9ee38bc35c7a78b0e
|
| 3 |
+
size 1382039976
|
model-00083-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd96a1223837f3e042f793210264d63cc6b355ea4c3df4c3d0b7a46c5a4f24ef
|
| 3 |
+
size 1499597512
|
model-00095-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ac04915671ea3c82fc69ca9859485ac0bfad65728759da3bb75eae7951d64b6
|
| 3 |
+
size 1382039960
|
model-00096-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09991deafa7874e31c9cadebf694b76e9fee89de272b4aaa812dbff542e443f6
|
| 3 |
+
size 1382039792
|
model-00102-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e50d01a357e2ab681e32c529cc81fdad7a683406fbc53cbaa52f57c60d1bff1
|
| 3 |
+
size 1382039984
|
model-00113-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cb00bc1fcc6da50117b0adee73835b2e0c8e4b0a85ac642d2465c51ef1c70b0
|
| 3 |
+
size 1382039984
|
model-00120-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6078108dd4910e86362ed0bd195ac0fc3abdd9d8c7b0f3685a7df0d678d1d2be
|
| 3 |
+
size 1396666088
|
model-00123-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4bb17b168e0651ae77d8299e128d115b7a614058fe0f43f449c0276fc8abe03
|
| 3 |
+
size 1487341200
|
model-00127-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c50d4badb490b78d4e65b32e300c46084d2ef5ae5a1f491e17c99160779d07ff
|
| 3 |
+
size 1487341416
|
model-00128-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19bbbeeca50d8a2d3cf1993c14254a53488937cb0dcdff830ac1b7325903248c
|
| 3 |
+
size 1382039960
|
model-00129-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e606ab68ffd238dee8ad25373a30a9441c1b6c177474702090dcd8c89be6288
|
| 3 |
+
size 1382039880
|
model-00137-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d1991b12347f123636e062cd8e463a262f20f33dbd7fca2b253fe41fdc2d5a4
|
| 3 |
+
size 1382039480
|
model-00143-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfafeed7a8075d9810025cf1a7e3c23deaacb01b9cfb0130c43a6eb7350cfc15
|
| 3 |
+
size 1382039968
|
model-00144-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9733e664b39281e8eded329e6483bfb892c1ac3e2319965654f638a8e52fff4
|
| 3 |
+
size 1382039704
|
model-00170-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fad33af5cdb2029cefbe96e38eff2acb043557a51bfa8be467fe70fec917723
|
| 3 |
+
size 1382039568
|
model-00171-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8764b9e414f30a7b92aa7c1c8654dca836999e188d6425d5ac58427109137db
|
| 3 |
+
size 1487341296
|
model-00173-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44ebaacb5dfe04b3a7e9c4777d23a73d77d6db7875bfb63383a262aca362440a
|
| 3 |
+
size 1382039968
|
model-00177-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3b2f194b8020853f2e32200564da63435220f6d649b9f2f2f8792f5f5886fcb
|
| 3 |
+
size 1382039800
|
model-00184-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a3b87547bb68bc7f530b24a8d43b262efe6ee3600ad718d2c2026c534c3a2f7
|
| 3 |
+
size 1382039960
|
model-00203-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6d7c5676774acc8824537ec15310f8a16f159d3a68e08111704b942532e9016
|
| 3 |
+
size 1382039656
|
model-00212-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e994a6150464e4d0257a8e698bbdb50dc2d05e571fa330658f693a07f4fabd6e
|
| 3 |
+
size 1475596736
|
model-00217-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91a85a2c94ec8959d251d1adbfcabccdb55c1555d401944b9e2894bb95e78551
|
| 3 |
+
size 1382039960
|
model-00219-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e56d16d9ebf2e08551d1d47a929ae43488f7a5ee30e54e8ebdd01c011d575aba
|
| 3 |
+
size 1487341384
|
model-00226-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99b41bc6b961b147c6a815216e77c67e9087329d6ebeac614b12559433056ba6
|
| 3 |
+
size 1499597072
|
model-00229-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bfdd13e71a1ac7c83804e77e28827a6c7a4b6ca0326f3c4bcf433a11d3fd697
|
| 3 |
+
size 1382039504
|
model-00231-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d542be700e1bfa410cf2aa708f3ebde937ba65776136310537aede8b240a8126
|
| 3 |
+
size 1382039984
|
model-00233-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed7802f9ac819b745ae29d374b4487d5a0853f1fbae4220fabc2d1c107b249a5
|
| 3 |
+
size 1382039344
|
model-00243-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b1b9bb450163fbb5d2cf7c7745b95babb0b7324d5d0e132685b6e2ef4a2ec1f
|
| 3 |
+
size 1382039952
|
model-00258-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b9543ccb73f2e5db281a4ddce3969454b8ae0205bb7879e679d76edb6796d33
|
| 3 |
+
size 1382039800
|
model-00260-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:083793dec5af6f237758b4ff6f536a7d7e67e0fb27323c2382691112800b5340
|
| 3 |
+
size 1382039984
|
model-00265-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ae54f434be20e0719ea57ffb08415f91d92405b476ce1b53a4de6edac9d24c9
|
| 3 |
+
size 1382039960
|
model-00266-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc32edd604e7f887a31019b4587474d36094ccdb37d8714cd7491c1932d5eaa5
|
| 3 |
+
size 1382039392
|
model-00267-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec41cbe3c3b86d5706ecf7bb145bfb4ee87422271da15ceb0a3d97a3eca63761
|
| 3 |
+
size 1487341464
|
model-00273-of-00282.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:368adf8097fe643e96a00a9c6e8e2cc929924f91300eacadd3d171a4482369ba
|
| 3 |
+
size 2681696440
|