Text Generation
Safetensors
Transformers
LongCat-Flash-Thinking-2601
conversational
custom_code
Eval Results
Instructions to use meituan-longcat/LongCat-Flash-Thinking-2601 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use meituan-longcat/LongCat-Flash-Thinking-2601 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="meituan-longcat/LongCat-Flash-Thinking-2601", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import LongcatCausalLM model = LongcatCausalLM.from_pretrained("meituan-longcat/LongCat-Flash-Thinking-2601", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use meituan-longcat/LongCat-Flash-Thinking-2601 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "meituan-longcat/LongCat-Flash-Thinking-2601" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "meituan-longcat/LongCat-Flash-Thinking-2601", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/meituan-longcat/LongCat-Flash-Thinking-2601
- SGLang
How to use meituan-longcat/LongCat-Flash-Thinking-2601 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 "meituan-longcat/LongCat-Flash-Thinking-2601" \ --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": "meituan-longcat/LongCat-Flash-Thinking-2601", "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 "meituan-longcat/LongCat-Flash-Thinking-2601" \ --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": "meituan-longcat/LongCat-Flash-Thinking-2601", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use meituan-longcat/LongCat-Flash-Thinking-2601 with Docker Model Runner:
docker model run hf.co/meituan-longcat/LongCat-Flash-Thinking-2601
Add files using upload-large-folder tool
Browse files- model_00001-of-00075.safetensors +3 -0
- model_00002-of-00075.safetensors +3 -0
- model_00003-of-00075.safetensors +3 -0
- model_00004-of-00075.safetensors +3 -0
- model_00005-of-00075.safetensors +3 -0
- model_00006-of-00075.safetensors +3 -0
- model_00007-of-00075.safetensors +3 -0
- model_00008-of-00075.safetensors +3 -0
- model_00009-of-00075.safetensors +3 -0
- model_00010-of-00075.safetensors +3 -0
- model_00011-of-00075.safetensors +3 -0
- model_00012-of-00075.safetensors +3 -0
- model_00013-of-00075.safetensors +3 -0
- model_00014-of-00075.safetensors +3 -0
- model_00015-of-00075.safetensors +3 -0
- model_00016-of-00075.safetensors +3 -0
- model_00017-of-00075.safetensors +3 -0
- model_00018-of-00075.safetensors +3 -0
- model_00019-of-00075.safetensors +3 -0
- model_00020-of-00075.safetensors +3 -0
- model_00021-of-00075.safetensors +3 -0
- model_00022-of-00075.safetensors +3 -0
- model_00023-of-00075.safetensors +3 -0
- model_00024-of-00075.safetensors +3 -0
- model_00025-of-00075.safetensors +3 -0
- model_00026-of-00075.safetensors +3 -0
- model_00027-of-00075.safetensors +3 -0
- model_00028-of-00075.safetensors +3 -0
- model_00029-of-00075.safetensors +3 -0
- model_00030-of-00075.safetensors +3 -0
- model_00031-of-00075.safetensors +3 -0
- model_00032-of-00075.safetensors +3 -0
- model_00033-of-00075.safetensors +3 -0
- model_00034-of-00075.safetensors +3 -0
- model_00035-of-00075.safetensors +3 -0
- model_00036-of-00075.safetensors +3 -0
- model_00037-of-00075.safetensors +3 -0
- model_00038-of-00075.safetensors +3 -0
- model_00039-of-00075.safetensors +3 -0
- model_00040-of-00075.safetensors +3 -0
- model_00041-of-00075.safetensors +3 -0
- model_00042-of-00075.safetensors +3 -0
- model_00043-of-00075.safetensors +3 -0
- model_00044-of-00075.safetensors +3 -0
- model_00045-of-00075.safetensors +3 -0
- model_00046-of-00075.safetensors +3 -0
- model_00047-of-00075.safetensors +3 -0
- model_00048-of-00075.safetensors +3 -0
- model_00049-of-00075.safetensors +3 -0
- model_00050-of-00075.safetensors +3 -0
model_00001-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af13b3e7d3013664cca69f2866608c90d341ed5c8a5346d70fb2ba0974137ec5
|
| 3 |
+
size 1610640920
|
model_00002-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7143992881f27cd4d23b8e525c34e445d3b0c83f5d307749c719e94a484b50e2
|
| 3 |
+
size 1950351920
|
model_00003-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03177880f60538c14ce54f10f129781640bd3c00a51b886013fbc17bfc7ee766
|
| 3 |
+
size 151021064
|
model_00004-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d48ae627df1413821ab77f3ee52dc98e9192033909f018015c217541a866b03
|
| 3 |
+
size 1797259816
|
model_00005-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:005bbc5d51e9e7f774ad4d7171a21df610e970906ffcb9373e8644fd61ac2b09
|
| 3 |
+
size 107766272
|
model_00006-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c82eab6ca6d93856e0d0670f88107ef5271f88e7a841777e42412c67e00759a
|
| 3 |
+
size 15953919032
|
model_00007-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04f3ac0a600828f0d10adbc7d3988f980d4734d71f265f0038adb32966d12f6d
|
| 3 |
+
size 15918289968
|
model_00008-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bddc168a80cb8196a25c4b647976da6c626377ace1c935ddc8a4ff6faa261fb
|
| 3 |
+
size 15852491840
|
model_00009-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ad8ba97ebbd73a1f93fac0aa311fad5d12b4f9c95bf010e1e21ad6b373e878a
|
| 3 |
+
size 16111200352
|
model_00010-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76effd88e9bb463c7b391a9587eeeadfd1251d65dd178d15cf8b2a3fedbb4630
|
| 3 |
+
size 16048279488
|
model_00011-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24d21e4af24aa8b1d8fca0ca367ad56e59623829e530a8a3d76a8e4e30aa9416
|
| 3 |
+
size 15953919032
|
model_00012-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c506974664108cdf2aa0003437c28f9e8f96fe2e96ac1e2c38b74c64f3607d8
|
| 3 |
+
size 15918289968
|
model_00013-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46f76c5119a6d6a8e8a04d25355a1e84112f60f0bb5f6425dbc483d250b94c11
|
| 3 |
+
size 15852491840
|
model_00014-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf9db0f05f1f97ceec18e95d43e515966cca35d95afdbcb3e8706cb0b5b43508
|
| 3 |
+
size 16111200352
|
model_00015-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6186476f2d43de536a7719b3ccb1a7b809e5a8fd57c271dbc0df16c5621a00a8
|
| 3 |
+
size 16048279488
|
model_00016-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9db3d69c4e3e8d91d06f1ee31fb9fd181b3634c3547515d9b091ba07c9869ee5
|
| 3 |
+
size 15953919032
|
model_00017-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef0f38ffef568c0e3e69fcbd2a1a3f02614207f9d7d5e6a984c9c11753e3edef
|
| 3 |
+
size 15918289968
|
model_00018-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e8a90d29174aad433d130d4299787a552d6a53c8105011235f6f162aed737f3
|
| 3 |
+
size 15852491840
|
model_00019-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb30c7d255943d491a8f22fcc5d01c8a02c73d23fbc06d502ac8a72b07f33044
|
| 3 |
+
size 16111200352
|
model_00020-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff278c88d6bf923770252e157c03e0c9bb0040877710778d655c4bdbadc617b5
|
| 3 |
+
size 16048279488
|
model_00021-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d074626388ec8777f66daf79dce90c972684d61e1880e32ded309b7cc57b43a6
|
| 3 |
+
size 15953919016
|
model_00022-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45810570f312077dce6d2012d917d36141a495fada6de4dceed30577dd92d9f1
|
| 3 |
+
size 15918289976
|
model_00023-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41498368940dc9a677a8f7b74963d644a7cc62b1b3c9fa9f99952fd16e51a8c7
|
| 3 |
+
size 15852491824
|
model_00024-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aad390592a7fb0ccd526d7cf82ad7252b0e317ece742b6cab3bc15faeb68e51f
|
| 3 |
+
size 16111200336
|
model_00025-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7efcdf2446e2a19baba7db578b84e874a125c389195f24b0ed044daf1ee350c
|
| 3 |
+
size 16048279496
|
model_00026-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21ce3922edfaf789f406cbdfe8c1ab9074999cf5d059907910bb260f5e19d0f0
|
| 3 |
+
size 15953919016
|
model_00027-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1468529559142128a6a412d47613195a687286cfd64e1acc0f6fa0ac04313f9a
|
| 3 |
+
size 15918289976
|
model_00028-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23481fc9a9a967157a105428a262f2659f98863d7a5db5c2a17f059e27ef1db9
|
| 3 |
+
size 15852491824
|
model_00029-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9c6450e2e4fe82208c148133a3f02d785da470228c2580fe685272b26c52c7c
|
| 3 |
+
size 16111200336
|
model_00030-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67a6a7b1854e681302f98aeb864e1ec0fbc3c3ac2b57d7cf75806e9747aaee64
|
| 3 |
+
size 16048279496
|
model_00031-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a892ce2edf366dcc1677b462ffdb45182150d49dfc5c325d3f353dba596bd5a2
|
| 3 |
+
size 15953919016
|
model_00032-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d101dfd0922c37b28ecd51bf8e6b3f0f5b289054a1b3c89a9a6509ee4cd0d5f0
|
| 3 |
+
size 15918289976
|
model_00033-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b54de649bd9b92fc378c2fb3999ef411dbdabec9e024fbca78936cb478377d6
|
| 3 |
+
size 15852491824
|
model_00034-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58a556678a5e192e04651c6e2c63bdb599475adf517f62f111272a5bf047ddcc
|
| 3 |
+
size 16111200336
|
model_00035-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:253e954fb7a6eef146fb2e52252491ee407ab88abcd94241a8d52c5a714c7ada
|
| 3 |
+
size 16048279496
|
model_00036-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09fad70a6f2878792d2c4369129e0172007cb89ade4168bc37953240d5a7351f
|
| 3 |
+
size 15953919016
|
model_00037-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec92012295f1da72c3c6c5fdf36a568f691fb473779ad1812e21c4987afaefb5
|
| 3 |
+
size 15918289976
|
model_00038-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:367a9e0ce074ef0573277256fb129d21f367bd88e00e67d3ab72600bdd0fbabe
|
| 3 |
+
size 15852491824
|
model_00039-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:109b637936c0afa74b494ce4fa7240633d8a53d7591478545af6e1e7fc11f008
|
| 3 |
+
size 16111200336
|
model_00040-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2843b36a6d652df69ba417fa4906895550b9c75a7d9a2142afa4620d974b35c
|
| 3 |
+
size 16048279496
|
model_00041-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a98e82e5269bda813282056c3cb407f77d2f49488e1d753320c9f28edfe225da
|
| 3 |
+
size 15953919016
|
model_00042-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7c8bce586c9167cfc45708c72bc73bde2a33ca082349af4c8fe2e64445dac0b
|
| 3 |
+
size 15918289976
|
model_00043-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92b8e871535768d7177f63fb9cc7acf9ad22b647806804957a4897296cc65611
|
| 3 |
+
size 15852491824
|
model_00044-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21d01f81833b0f4a72b47594f6f8088d1300b4239c6447068de92f894a3bcbb5
|
| 3 |
+
size 16111200336
|
model_00045-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e69f53e00424642566d9ad60a4b60372122d8b45fe6eb03675115da4c7710a42
|
| 3 |
+
size 16048279496
|
model_00046-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f15c7eda8eb75e80efcd01a43b8422539867e69f72ae393234867f4d0572a8a
|
| 3 |
+
size 15953919016
|
model_00047-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:631cbb12ab3ee591b5985a59293767ac82285e8da18af601a1cc932aac36767b
|
| 3 |
+
size 15918289976
|
model_00048-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b8828253fb7a28ecb9c4665064073531f9b37b07c8185134cf620af22efdc39
|
| 3 |
+
size 15852491824
|
model_00049-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea496cb8a61babf03ccd866e312e21a2c167370b53f41b2e395bab900104a453
|
| 3 |
+
size 16111200336
|
model_00050-of-00075.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1c369e8c70b7ce9dffc5843a64471270f3bcaf296165564531bb75a2997d604
|
| 3 |
+
size 16048279496
|