Instructions to use typeof/llama-70b-sep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use typeof/llama-70b-sep with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="typeof/llama-70b-sep")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("typeof/llama-70b-sep") model = AutoModelForCausalLM.from_pretrained("typeof/llama-70b-sep", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use typeof/llama-70b-sep with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "typeof/llama-70b-sep" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "typeof/llama-70b-sep", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/typeof/llama-70b-sep
- SGLang
How to use typeof/llama-70b-sep 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 "typeof/llama-70b-sep" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "typeof/llama-70b-sep", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'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 "typeof/llama-70b-sep" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "typeof/llama-70b-sep", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use typeof/llama-70b-sep with Docker Model Runner:
docker model run hf.co/typeof/llama-70b-sep
init
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- model-00743-of-00803.safetensors +3 -0
- model-00744-of-00803.safetensors +3 -0
- model-00746-of-00803.safetensors +3 -0
- model-00747-of-00803.safetensors +3 -0
- model-00753-of-00803.safetensors +3 -0
- model-00754-of-00803.safetensors +3 -0
- model-00755-of-00803.safetensors +3 -0
- model-00756-of-00803.safetensors +3 -0
- model-00757-of-00803.safetensors +3 -0
- model-00758-of-00803.safetensors +3 -0
- model-00759-of-00803.safetensors +3 -0
- model-00760-of-00803.safetensors +3 -0
- model-00761-of-00803.safetensors +3 -0
- model-00762-of-00803.safetensors +3 -0
- model-00763-of-00803.safetensors +3 -0
- model-00764-of-00803.safetensors +3 -0
- model-00765-of-00803.safetensors +3 -0
- model-00766-of-00803.safetensors +3 -0
- model-00767-of-00803.safetensors +3 -0
- model-00768-of-00803.safetensors +3 -0
- model-00769-of-00803.safetensors +3 -0
- model-00770-of-00803.safetensors +3 -0
- model-00771-of-00803.safetensors +3 -0
- model-00772-of-00803.safetensors +3 -0
- model-00773-of-00803.safetensors +3 -0
- model-00774-of-00803.safetensors +3 -0
- model-00775-of-00803.safetensors +3 -0
- model-00776-of-00803.safetensors +3 -0
- model-00777-of-00803.safetensors +3 -0
- model-00778-of-00803.safetensors +3 -0
- model-00779-of-00803.safetensors +3 -0
- model-00780-of-00803.safetensors +3 -0
- model-00781-of-00803.safetensors +3 -0
- model-00782-of-00803.safetensors +3 -0
- model-00783-of-00803.safetensors +3 -0
- model-00784-of-00803.safetensors +3 -0
- model-00785-of-00803.safetensors +3 -0
- model-00786-of-00803.safetensors +3 -0
- model-00787-of-00803.safetensors +3 -0
- model-00788-of-00803.safetensors +3 -0
- model-00789-of-00803.safetensors +3 -0
- model-00790-of-00803.safetensors +3 -0
- model-00791-of-00803.safetensors +3 -0
- model-00792-of-00803.safetensors +3 -0
- model-00793-of-00803.safetensors +3 -0
- model-00794-of-00803.safetensors +3 -0
- model-00795-of-00803.safetensors +3 -0
- model-00796-of-00803.safetensors +3 -0
- model-00797-of-00803.safetensors +3 -0
- model-00798-of-00803.safetensors +3 -0
model-00743-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efa5c9d658bcaedc6dec9e8a5383f317612e0fd2cd018c6a7f0d256698109246
|
| 3 |
+
size 16528
|
model-00744-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d471d0ce864c77ce1525a3362900f18324543879384a54279a970c2d14e3fd0
|
| 3 |
+
size 469762200
|
model-00746-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40c489448f47ac708f9dde43f69c49811f20366dcbd49d36eb37de8dac01a61d
|
| 3 |
+
size 469762192
|
model-00747-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34514755f4a401830074572daa56da73488e62a38e8bb950fd9adbdb5d2eb7b8
|
| 3 |
+
size 16536
|
model-00753-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82b0405dcc42645459bcfa4405b3c462d522e4224ee5cb1aad9546b9fd908139
|
| 3 |
+
size 16528
|
model-00754-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c6815d58f015ee3cefa67f52046ee4970568362bdd5b077c2d7155db46f2720
|
| 3 |
+
size 469762200
|
model-00755-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:667810af0eb759fffb83de480c5882ed1e8d1dfcba62657931323394d35af19f
|
| 3 |
+
size 469762200
|
model-00756-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8fe1de0b0e206b46c190b239e9cb6c2a0542847d01efed8082511a3113ec679
|
| 3 |
+
size 469762192
|
model-00757-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b2d6abfa1ecb10718b47c3b6a06e8a4a780c7a100f0c20b58e290bac3c36eef
|
| 3 |
+
size 16536
|
model-00758-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5948337551afed79e2c72580f67fe573970f29085f8a97265f6d7aff312e3a8
|
| 3 |
+
size 16777368
|
model-00759-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58c23556a955a19908f2dd65e56456fc037e7f7e83ebe1974ec6f4a499e8bf9d
|
| 3 |
+
size 134217880
|
model-00760-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ee615792078ed1b785706baa190b190e979301a1a07c8e34a6a645d7414ff2b
|
| 3 |
+
size 134217880
|
model-00761-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:779d62c935b747796e7806964ed3893367d17a1571338235beaca98d8dd2dbc3
|
| 3 |
+
size 272
|
model-00762-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36818975b92a262e993438a68210a267bb97bef9611a451bb56c545b43e41fdf
|
| 3 |
+
size 16777368
|
model-00763-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:530309d81078902dfc242969fc220c17fc8a4de7a09cad5240e8377c7f15a7a0
|
| 3 |
+
size 16528
|
model-00764-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75767ac9d2513e985118a6a1e9579760d6e82cd16e36a790f7e19b628489fdef
|
| 3 |
+
size 469762200
|
model-00765-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08487f08968530b51e57215a5d85cfec17a3fb55edbce96dcaaee072998d9e6a
|
| 3 |
+
size 469762200
|
model-00766-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f99ffd505a17a01d5500d8fabe66b0ad5cfa6483c50d673950e5dd6770b9f4fd
|
| 3 |
+
size 469762192
|
model-00767-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35a21601e8e8f5caa51d98a4e924c053e858bb95ebaf93690b89329cb33bbe72
|
| 3 |
+
size 16536
|
model-00768-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13f9ed02dd57c8e1ba0c9da87a255fb5f88f91e6d39a45f3c6c6b5b00c410a3a
|
| 3 |
+
size 16777368
|
model-00769-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38df628e5b4fb0a3e251617b7a5a13bbcb33ad4322c3e194e42c5a20549ae5d3
|
| 3 |
+
size 134217880
|
model-00770-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4d037a0b8a2e6c63decb391758174b8fc94f3627d084cfa6d7146f43029dea4
|
| 3 |
+
size 134217880
|
model-00771-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0387521de12053ea748512057adc5a41da06e6a74f59ddc275586806ae6650ef
|
| 3 |
+
size 272
|
model-00772-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d7d2fd6c55597ce6b1a711b48e891993eb7b48ac2a7fbc6a2ace0219f423ec9
|
| 3 |
+
size 16777368
|
model-00773-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4356386ba70acadfbf4056a0247d7305d98e019b86544eb81ee5b9f33355499a
|
| 3 |
+
size 16528
|
model-00774-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c38652192859df00df95bb8478457ba17604fdfed1c2b81aa352b3f1149aad1c
|
| 3 |
+
size 469762200
|
model-00775-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5abd93b1e9296ec271286c68b76557c4611154b310427227e49b4aed78c3f5a
|
| 3 |
+
size 469762200
|
model-00776-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c32a1e1fb7b71b3da1db2ca00ebb7bb4e4edf8f0a17e1bf3b96ced46fe06f890
|
| 3 |
+
size 469762192
|
model-00777-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db437d2dd88052aeb71b513ec99be5be28648de0be2cc202d1e8ee8edd97cf0
|
| 3 |
+
size 16536
|
model-00778-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a86bc8b2081b947f38bd23bb5234a932115f1f451ac009e5731bfdbd84e818c
|
| 3 |
+
size 16777368
|
model-00779-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df6b684972f45d9b7a21775558ec60dd7615ffae2bb64b19dd4b7ad11b78a50c
|
| 3 |
+
size 134217880
|
model-00780-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96fb58038607ca9cbffb44ce6f71f2522753fb64933509ad5e8c4e9625c7f3f9
|
| 3 |
+
size 134217880
|
model-00781-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:518fc4e92aa38717f71ef533974cb6a17bc4d485c2ca92db0774320d4af3211b
|
| 3 |
+
size 272
|
model-00782-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aec42c0d2a5f14a81173e5bf35905b1d84f05aebfcb277cc4ece4842dffa7d2a
|
| 3 |
+
size 16777368
|
model-00783-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a2d97208c00a416070bd97d3179336b34e3a836dfd78e5ef08a4c70b481e479
|
| 3 |
+
size 16528
|
model-00784-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d33843bb3f33e8421db9aef7826028c44102220e458b464854e3fe03d7942eb
|
| 3 |
+
size 469762200
|
model-00785-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70b44b38f94f9e2d153911005294727dd67692a919e49b5943b184a3a87eddb8
|
| 3 |
+
size 469762200
|
model-00786-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2b209a4ddbbe7fcd361b3cec1034391fa3185cb2634a9af9ec1a8acefd0ee42
|
| 3 |
+
size 469762192
|
model-00787-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:722497e56aadee3a5f61e59348af5b3e3b20f08c1237dd0741c3ad4185e4cb93
|
| 3 |
+
size 16536
|
model-00788-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00e3ae35484159a2ba4624a1ac85c732512c49b5d66923edb7abd2b5a53c138d
|
| 3 |
+
size 16777368
|
model-00789-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:142dd6d700e2d65bc2513ef06a95564afd7ee662cb5d761b6d7fd94fc00e4484
|
| 3 |
+
size 134217880
|
model-00790-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:094faf449ea7882cca8d50e7ad92b2641c88a7a1f113b03dfedd1ed7d1f9441c
|
| 3 |
+
size 134217880
|
model-00791-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d2fc71a2175b7038790c9419ca8d7a50b592f65de1f522a70cc2aa94c459b46
|
| 3 |
+
size 272
|
model-00792-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94c97ff153c18a7bf6898f6e4793348ff4181538997e4b7d805e47848a87375d
|
| 3 |
+
size 16777368
|
model-00793-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21146aaa0c6ac085c3fb4c48fef57485c11f2243c21dc145c8bacb19094f0bdd
|
| 3 |
+
size 16528
|
model-00794-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71fd6abf2f21b0e525cdcbff5e41e3a76f9633f4a9208e37325c4569cccbc06f
|
| 3 |
+
size 469762200
|
model-00795-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:431cfb5f050ee2f02460577cbf4e5fce1c6374f94583f1865eb1c294b0584862
|
| 3 |
+
size 469762200
|
model-00796-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab08ed805b10e41fd3890bd3286e0e46afbd7f639947923e655e51986a4f5355
|
| 3 |
+
size 469762192
|
model-00797-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c737d01b35691031c53b38ce570a2f23d7170cf21c56fc10bc40ee0ad1705d58
|
| 3 |
+
size 16536
|
model-00798-of-00803.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b8d9df2569f50cfecd945129889d7dcb26f8aa0eb3984a76aa834b1b82f8dea
|
| 3 |
+
size 16777368
|