Text Generation
Transformers
Safetensors
bailing_hybrid
conversational
custom_code
Eval Results
compressed-tensors
Instructions to use inclusionAI/Ring-2.6-1T with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inclusionAI/Ring-2.6-1T with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="inclusionAI/Ring-2.6-1T", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("inclusionAI/Ring-2.6-1T", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use inclusionAI/Ring-2.6-1T with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "inclusionAI/Ring-2.6-1T" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "inclusionAI/Ring-2.6-1T", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/inclusionAI/Ring-2.6-1T
- SGLang
How to use inclusionAI/Ring-2.6-1T 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 "inclusionAI/Ring-2.6-1T" \ --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": "inclusionAI/Ring-2.6-1T", "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 "inclusionAI/Ring-2.6-1T" \ --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": "inclusionAI/Ring-2.6-1T", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use inclusionAI/Ring-2.6-1T with Docker Model Runner:
docker model run hf.co/inclusionAI/Ring-2.6-1T
Add files using upload-large-folder tool
Browse files- model-00001-of-00175.safetensors +3 -0
- model-00012-of-00175.safetensors +3 -0
- model-00016-of-00175.safetensors +3 -0
- model-00027-of-00175.safetensors +3 -0
- model-00028-of-00175.safetensors +3 -0
- model-00032-of-00175.safetensors +3 -0
- model-00035-of-00175.safetensors +3 -0
- model-00044-of-00175.safetensors +3 -0
- model-00046-of-00175.safetensors +3 -0
- model-00053-of-00175.safetensors +3 -0
- model-00055-of-00175.safetensors +3 -0
- model-00059-of-00175.safetensors +3 -0
- model-00070-of-00175.safetensors +3 -0
- model-00073-of-00175.safetensors +3 -0
- model-00081-of-00175.safetensors +3 -0
- model-00082-of-00175.safetensors +3 -0
- model-00083-of-00175.safetensors +3 -0
- model-00091-of-00175.safetensors +3 -0
- model-00111-of-00175.safetensors +3 -0
- model-00116-of-00175.safetensors +3 -0
- model-00122-of-00175.safetensors +3 -0
- model-00123-of-00175.safetensors +3 -0
- model-00125-of-00175.safetensors +3 -0
- model-00132-of-00175.safetensors +3 -0
- model-00135-of-00175.safetensors +3 -0
- model-00136-of-00175.safetensors +3 -0
- model-00138-of-00175.safetensors +3 -0
- model-00143-of-00175.safetensors +3 -0
- model-00144-of-00175.safetensors +3 -0
- model-00146-of-00175.safetensors +3 -0
- model-00154-of-00175.safetensors +3 -0
- model-00159-of-00175.safetensors +3 -0
- model-00169-of-00175.safetensors +3 -0
- model-00172-of-00175.safetensors +3 -0
model-00001-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e22b31b569d7b7a18289395da1a68713fffb2f85c76722eabb3f4f8902b53c5e
|
| 3 |
+
size 2575302768
|
model-00012-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:441d0aafd9600d18e8d6808594b2252cd8b3500302e587e8359ca1ad175416ed
|
| 3 |
+
size 5356429912
|
model-00016-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbffca99ca7027c751b7b71453b55f2cc6bd08ca5c891caa490a6353c5fd8842
|
| 3 |
+
size 8592158640
|
model-00027-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d55882a218b796c0bd08ea6e0451fb56aef8a5985a7a576138eed8a2f19bcb2d
|
| 3 |
+
size 8592159664
|
model-00028-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:482da7532496855fa60fb5ccfbe3783f02d52f6a9d24a2ea45521d2ad47c57d7
|
| 3 |
+
size 4299226144
|
model-00032-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d5a596ccbdf6ab48f5b65d57c53e9edb2c6c0a81c0821b6aea1c154ab7b2fa5
|
| 3 |
+
size 8592158640
|
model-00035-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54d0cfd04ed5e9e17413d4bd125031c779f730c568712fb9b7e83d384ede72dd
|
| 3 |
+
size 4299226144
|
model-00044-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f84bdb5a09777aea7f780c1208f43497507c2aa12800ff08eceddc46ef9331d0
|
| 3 |
+
size 4299226144
|
model-00046-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41d7e0882b4ba334f47260dbbdeda8e054f2ee1235c2e08b4b38063f65e2279d
|
| 3 |
+
size 4299226144
|
model-00053-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b05444beb08ba3f662bc43b321ef21fb0257bd11ddebd7647042d83db8186d9f
|
| 3 |
+
size 4299226144
|
model-00055-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8650a8081332ab9d686028bf9a3897b0b8226f0880c28fc6451695663a51f1a
|
| 3 |
+
size 4299226144
|
model-00059-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9ce3ed34095d560e3e77d98035af4490d8f68c560cd08b4e6c21fc98c94d853
|
| 3 |
+
size 8592159664
|
model-00070-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc7fffef1907b91b3143a94eb60fcb8cf1a3f452f02d70b121e2fe1dca7e985c
|
| 3 |
+
size 8592159664
|
model-00073-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e7e827d1bdd6f706d6d0fd90e6c2531a5c1279d623f626605f07d016fd72a2b
|
| 3 |
+
size 4299226144
|
model-00081-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61200efffff891ad2aedb9d486e3778021b0376014cdf0753d46b3913b06ef30
|
| 3 |
+
size 8592159664
|
model-00082-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d528d0385b2d59e2ef293ad4bb40dfdf683bc35418940387b5811db0ed419b44
|
| 3 |
+
size 4299226144
|
model-00083-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b901154d27d63c528b64e9a86aee1573210546d6923ae196602f891252b7e5d8
|
| 3 |
+
size 8592159664
|
model-00091-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d27f4fac5063b3d3ba7ba72204d7a911f51631c516244ede9195f1b511088375
|
| 3 |
+
size 4299226144
|
model-00111-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e05ff1024c20481534bb78d6243e83890689b31cb07e83403806b9bbdbaec41
|
| 3 |
+
size 5373232648
|
model-00116-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ff2015c5612af028bc91ac5531a4029001fffed9fb81de2b08106a994547e3
|
| 3 |
+
size 4299226144
|
model-00122-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce36bbf9752ba6dfc7bfe8ec125fcf91172a31b886b4d0dbcc3a496eeaa2a0d1
|
| 3 |
+
size 8592159664
|
model-00123-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f91f1eb6c171faebb20393099fad1775c8958844e9692289a028b030cce5c9c
|
| 3 |
+
size 4299226144
|
model-00125-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:609693061e9cde049a4e460980b4a9fe1eb6216687f135ae95b679abbc1a9fd0
|
| 3 |
+
size 4299226144
|
model-00132-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c891e3f3d2e01d0284c8c749d9b747b2f652831c6fdf901e1e030adbce5cd45
|
| 3 |
+
size 4500602144
|
model-00135-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7378296eec78bafdcac02523ff0cd9eae5be284bf4a6f3442db2364c35bb9f6a
|
| 3 |
+
size 8592159664
|
model-00136-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3513136976a309d82b627df79032b601d4c0e6071db55d90438bc050b21d4c94
|
| 3 |
+
size 4299226144
|
model-00138-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04cacfcd5f15c200a01fd0498c85814b67cd5a0508ef143dc9625d2aa9ee4a82
|
| 3 |
+
size 5341826800
|
model-00143-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76a8dc8f0e6c5255b7cce4f6cb88a62e496a8083bbe24593e1138d8050ee6d22
|
| 3 |
+
size 4299226144
|
model-00144-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66c64603c49727bab642eb0e8457ea440030ea16b61555a8f38d2e1e19dc50bc
|
| 3 |
+
size 8592159664
|
model-00146-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e47a6f50428966f8a49db8c3e73f2d39c493df1f183fc90503b8528d8cd353f
|
| 3 |
+
size 8592159664
|
model-00154-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:323614b688c566a9de8b45984d4fb001781e2c15fa78796a57aeaaa5763341f6
|
| 3 |
+
size 4299226144
|
model-00159-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:491c7e5048e534abedbc3cdb620888a8d7c36306cc3bd5d8f591daa691936140
|
| 3 |
+
size 4299226144
|
model-00169-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7db756320f18cd69bc7ba5a9d20921e1426e973aad005a5fff81e762d9c4d12f
|
| 3 |
+
size 17179933848
|
model-00172-of-00175.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6864c952fe91dcd4984f19efe347df986ec472f12469b02f7a4805fe4ca4e427
|
| 3 |
+
size 4299226144
|