Image-Text-to-Text
Transformers
Safetensors
inkling_mm_model
fp8
Mixture of Experts
vllm
llm-compressor
compressed-tensors
conversational
Instructions to use RedHatAI/Inkling-FP8-block with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RedHatAI/Inkling-FP8-block with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="RedHatAI/Inkling-FP8-block") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("RedHatAI/Inkling-FP8-block") model = AutoModelForMultimodalLM.from_pretrained("RedHatAI/Inkling-FP8-block", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.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(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use RedHatAI/Inkling-FP8-block with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "RedHatAI/Inkling-FP8-block" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RedHatAI/Inkling-FP8-block", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/RedHatAI/Inkling-FP8-block
- SGLang
How to use RedHatAI/Inkling-FP8-block 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 "RedHatAI/Inkling-FP8-block" \ --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": "RedHatAI/Inkling-FP8-block", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'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 "RedHatAI/Inkling-FP8-block" \ --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": "RedHatAI/Inkling-FP8-block", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use RedHatAI/Inkling-FP8-block with Docker Model Runner:
docker model run hf.co/RedHatAI/Inkling-FP8-block
Add files using upload-large-folder tool
Browse files- model-00040-of-00108.safetensors +3 -0
- model-00041-of-00108.safetensors +3 -0
- model-00043-of-00108.safetensors +3 -0
- model-00044-of-00108.safetensors +3 -0
- model-00050-of-00108.safetensors +3 -0
- model-00051-of-00108.safetensors +3 -0
- model-00052-of-00108.safetensors +3 -0
- model-00053-of-00108.safetensors +3 -0
- model-00054-of-00108.safetensors +3 -0
- model-00055-of-00108.safetensors +3 -0
- model-00060-of-00108.safetensors +3 -0
- model-00061-of-00108.safetensors +3 -0
- model-00062-of-00108.safetensors +3 -0
- model-00063-of-00108.safetensors +3 -0
- model-00064-of-00108.safetensors +3 -0
- model-00065-of-00108.safetensors +3 -0
- model-00066-of-00108.safetensors +3 -0
- model-00067-of-00108.safetensors +3 -0
- model-00068-of-00108.safetensors +3 -0
- model-00069-of-00108.safetensors +3 -0
- model-00071-of-00108.safetensors +3 -0
- model-00074-of-00108.safetensors +3 -0
- model-00075-of-00108.safetensors +3 -0
- model-00076-of-00108.safetensors +3 -0
- model-00077-of-00108.safetensors +3 -0
- model-00078-of-00108.safetensors +3 -0
- model-00080-of-00108.safetensors +3 -0
- model-00081-of-00108.safetensors +3 -0
- model-00082-of-00108.safetensors +3 -0
- model-00083-of-00108.safetensors +3 -0
- model-00084-of-00108.safetensors +3 -0
- model-00085-of-00108.safetensors +3 -0
- model-00086-of-00108.safetensors +3 -0
- model-00088-of-00108.safetensors +3 -0
- model-00089-of-00108.safetensors +3 -0
- model-00090-of-00108.safetensors +3 -0
- model-00091-of-00108.safetensors +3 -0
- model-00092-of-00108.safetensors +3 -0
- model-00093-of-00108.safetensors +3 -0
- model-00094-of-00108.safetensors +3 -0
- model-00095-of-00108.safetensors +3 -0
- model-00096-of-00108.safetensors +3 -0
- model-00097-of-00108.safetensors +3 -0
- model-00098-of-00108.safetensors +3 -0
- model-00099-of-00108.safetensors +3 -0
- model-00100-of-00108.safetensors +3 -0
- model-00101-of-00108.safetensors +3 -0
- model-00102-of-00108.safetensors +3 -0
- model-00103-of-00108.safetensors +3 -0
- model-00105-of-00108.safetensors +3 -0
model-00040-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d4dc8193515e5d3f4e7315ced147bb7a7fdac8f2c1829083dd686b0042eefb0
|
| 3 |
+
size 10067564016
|
model-00041-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:249d330669b0066f91f7e3195f37457232f22c5f7b822e662cf735c008a0f675
|
| 3 |
+
size 9878960992
|
model-00043-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7b933e8e5d2f7962711039e257d3a1d03c942bd56fd343ca43d6c7998e0c59b
|
| 3 |
+
size 9907217832
|
model-00044-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11c9cbb86c47d347a9fdd8a997b71e3028a06e4a3787211eb19651f85fba6a6a
|
| 3 |
+
size 8164811484
|
model-00050-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c38396856f5587a59349a648363729a546146d546c65ce9bfb17e4bf3c4a7ea
|
| 3 |
+
size 5260519992
|
model-00051-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7259b6a0adc9e9a52c000574c88302254ad79c7c520a1ff936a7e48da9e3766e
|
| 3 |
+
size 9765586600
|
model-00052-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2821082308b2e4bdb497ebb5ad3554810634525a98733c20dd05686308aff713
|
| 3 |
+
size 5902364920
|
model-00053-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b5ffb0cb111f17e9101cd4f54d7a3191d1c69ea206c6948cbdfa1b00ca80a12
|
| 3 |
+
size 10067761712
|
model-00054-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd1da49f1434a624f7be1f2e01c3a69d1e40b82bd8956c7f54e5aa21004ecbf3
|
| 3 |
+
size 9778102752
|
model-00055-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8246e39b64b62b0c5d42441d06071b2c8f896013259f3f137668cb6aa56d160
|
| 3 |
+
size 717243192
|
model-00060-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a552a25f7929fcf705dbff4551bde833dcc2a5cb95e5cae462e66cc9499adf76
|
| 3 |
+
size 9793905344
|
model-00061-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:847334d6695b5745cf45f01b473c9c3c0574b55c5e9037547aa9909b598a0d66
|
| 3 |
+
size 9907166720
|
model-00062-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02d825f0d124846efb22a36bca6fe5d95e66e1ddb77934f447a4abe6be9a1abf
|
| 3 |
+
size 9782854216
|
model-00063-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50c1fd8e2bee9e229ba6633844da2682fb7aee8356ffed5a5e6720573b9b5fac
|
| 3 |
+
size 9664856320
|
model-00064-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cbbe2158f4d32791a00d8e7b1c5d2788b3e32a3444e47b36ef87330508998c3
|
| 3 |
+
size 9781290012
|
model-00065-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3681e4f5f8df30e238954a535e3af4048a0d30adc71152ffb400fddfaf53fef6
|
| 3 |
+
size 9765519728
|
model-00066-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef380dbde6692a6406589ab317a48eda8e3ef86b69eae2f98c9938d1cb15771d
|
| 3 |
+
size 9668040232
|
model-00067-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:485f15d7bae849e65dc9213d4b87a6c3b65d810599f1a59e5fa7f46c012344e2
|
| 3 |
+
size 9992041304
|
model-00068-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d70f26391a42913ca9647910d300218fa302606a28de971cb8a8c3498942224a
|
| 3 |
+
size 4832429400
|
model-00069-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffa4922ef9bb40a5ef17f7fe71aff2112b187e0cf073c75925ea5c6a5e180f56
|
| 3 |
+
size 10243882860
|
model-00071-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9644200c23048ddf1762b47933f390e44572fc23b9018d6455593f48a31574b7
|
| 3 |
+
size 5172317144
|
model-00074-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdfd5d06d961e753b6f584808b0ba04ba560b15d97edd7d8400da007c4ddbc33
|
| 3 |
+
size 9664856320
|
model-00075-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76b03160b385484bc5fe2eb54ad6ff83da20726b54f5c666e3eb2f84a690a8bb
|
| 3 |
+
size 4845037224
|
model-00076-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73524d893bcb8f39ecf9c256c9031a3d163b206888b40b8708a46dfcd7a76440
|
| 3 |
+
size 10259760452
|
model-00077-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d3901971004c635cb9b71093a11561ef47ad718b5e22292275bcfd1727a685d
|
| 3 |
+
size 4832440672
|
model-00078-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4e25eb22a9be9a6eef305b9c6902116a80ca6e0eb7a58bbebe94b86eac3fa88
|
| 3 |
+
size 9954388136
|
model-00080-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a8718acd3e8a6f6a400634dd1ce7094c716a73dc693b6fadd245ce8cfb09014
|
| 3 |
+
size 10171447476
|
model-00081-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f10773a2ac469ac1dc38e428e3f7c92893d132b4328a754cce8f00c1228de6c
|
| 3 |
+
size 4958290992
|
model-00082-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c88f19845950b5ec62b302ba3c5b49534bf4301a19bd69c75f1b5740bda0844f
|
| 3 |
+
size 10092812332
|
model-00083-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e77d6e8e1b74801fb1b47bf983a100c2327ce6593c2881322430bc9c76c9f374
|
| 3 |
+
size 9715270448
|
model-00084-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84d6f410aa72ad0bb764229ef6eb6c6c60046ae05d313dcb86c140dd5ba495b0
|
| 3 |
+
size 5011803852
|
model-00085-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d8412d8da06ffb9a17b5d5bb38a1c8fa47099c8675ff0ddf13930abe2cb2ecd
|
| 3 |
+
size 9768818892
|
model-00086-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16e2464114a190d75d29f42da8172ef11658de6e3cd0d1d7482e7dca81116c76
|
| 3 |
+
size 9668060080
|
model-00088-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:649edfe46fcbb80c472cfba2b938a3c6acb8850975e9d102d898edb7719fbbf0
|
| 3 |
+
size 9966912812
|
model-00089-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b2d3476485b2ce2e9d722bf2efc2dfaef94dd4f43714fa7c1ea341964941d6
|
| 3 |
+
size 7441102184
|
model-00090-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1623f8843dcc8c9c564624e83060f4cf61b3efb3924753c6674dafadd8ea62e8
|
| 3 |
+
size 5977659832
|
model-00091-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ab5531d6d90a4b8609ee1148f9fde8f8188830db9f24eaf1ef5044c36d9856a
|
| 3 |
+
size 9831609032
|
model-00092-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e023ea9718389a4c547f62d4b4470cfff6f7c47985314080501ff564bc763eb
|
| 3 |
+
size 10322391824
|
model-00093-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27a2794603359ea7d66de7f6d370dd20fc2d5781ac3c364a8dd3fc8eacad2b19
|
| 3 |
+
size 9690022256
|
model-00094-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:465af022009ec99828404796c8ff485469ad19db020593dc0db6c9b72892dba2
|
| 3 |
+
size 10212494152
|
model-00095-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:905db9d72f78339631bcc3cec339f9760b9a2db44e486ee19d0546af89fd2cc5
|
| 3 |
+
size 9866232400
|
model-00096-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88c62a8379049a3b11107ea1315fe6f5d8dbfd44456aaa362e845667ecac49a9
|
| 3 |
+
size 9919835032
|
model-00097-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:289d487e881e227bfbb29370bd8b604a2db00e26c5f3db8ce16ac993d0b4f3e8
|
| 3 |
+
size 9841029728
|
model-00098-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29822ee81e80d4223071ba0223ec74853f8578aedc97994d0fb43ae1cf42d5c1
|
| 3 |
+
size 9922916716
|
model-00099-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:433a039ac4315fe7404fbd8e36198e00a0ab436b0d9f8181a5a3a01bb9ac65fc
|
| 3 |
+
size 9919895456
|
model-00100-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d41098afae7b2422e2ad024784173444fe3beb03cef06f20dc26e387b19740c6
|
| 3 |
+
size 5260383196
|
model-00101-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1971e28d5dabea3e31f71fb8136f76cdf7fa346389448ee317a0f40e325f1310
|
| 3 |
+
size 9664856312
|
model-00102-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:833aa1182d27efb8cc54119b5b8361f702bdce9ae3994ce1a80be4497a49eda9
|
| 3 |
+
size 9828451612
|
model-00103-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77de44e8a17d199600c0bc00c6d382782222a3064445c8ce33f784707e29e8db
|
| 3 |
+
size 4907926584
|
model-00105-of-00108.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd4f0183bb0803c7aa00f7056e6c06f5733f62f854009731cc7eb1f60a2701ae
|
| 3 |
+
size 10312981840
|