Update README.md
Browse files
README.md
CHANGED
|
@@ -33,11 +33,11 @@ For accessing Inkling via Tinker: You can get started by referring to the Tinker
|
|
| 33 |
|
| 34 |
Inkling supports local deployment using the following open-source libraries:
|
| 35 |
|
| 36 |
-
* SGLang ([docs](https://docs.sglang.io/cookbook/autoregressive/ThinkingMachines/Inkling), PR)
|
| 37 |
* vLLM ([docs](https://recipes.vllm.ai/thinkingmachines/inkling), PR)
|
| 38 |
-
* TokenSpeed ([docs](https://lightseek.org/tokenspeed/recipes/models#Inkling), PR)
|
| 39 |
* Unsloth ([docs](https://unsloth.ai/docs/models/inkling), PR)
|
| 40 |
-
* Huggingface (docs, PR)
|
| 41 |
|
| 42 |
API access is also available through third party inference providers.
|
| 43 |
|
|
@@ -75,7 +75,7 @@ The training data curation process includes cleaning, processing, and modifying
|
|
| 75 |
|
| 76 |
# 5. Evaluations
|
| 77 |
|
| 78 |
-
Inkling results are reported at effort=0.99. Comparison scores are
|
| 79 |
|
| 80 |
| | | Inkling | Nemotron 3 Ultra | Kimi K2.5 | Kimi K2.6 | GLM 5.2 | DeepSeek V4 Pro | Gemini 3.1 Pro (high) | Claude Fable 5 (max) | GPT 5.6 Sol (xhigh) |
|
| 81 |
|-----|-----|---------|------------------|-----------|-----------|---------|-----------------|-----------------------|----------------------|---------------------|
|
|
|
|
| 33 |
|
| 34 |
Inkling supports local deployment using the following open-source libraries:
|
| 35 |
|
| 36 |
+
* SGLang ([docs](https://docs.sglang.io/cookbook/autoregressive/ThinkingMachines/Inkling), [PR](https://github.com/sgl-project/sglang/pull/31358))
|
| 37 |
* vLLM ([docs](https://recipes.vllm.ai/thinkingmachines/inkling), PR)
|
| 38 |
+
* TokenSpeed ([docs](https://lightseek.org/tokenspeed/recipes/models#Inkling), [PR](https://github.com/lightseekorg/tokenspeed/pull/689))
|
| 39 |
* Unsloth ([docs](https://unsloth.ai/docs/models/inkling), PR)
|
| 40 |
+
* Huggingface ([docs](hf.co/blog/thinkingmachines-inkling), PR)
|
| 41 |
|
| 42 |
API access is also available through third party inference providers.
|
| 43 |
|
|
|
|
| 75 |
|
| 76 |
# 5. Evaluations
|
| 77 |
|
| 78 |
+
Inkling results are reported at effort=0.99. Comparison scores are generated Jul 14, 2026. Nemotron 3 Ultra, Kimi K2.5, Kimi K2.6, GLM 5.2, and DeepSeek V4 Pro are open weights models; Gemini 3.1 Pro, Claude Fable 5, and GPT 5.6 Sol are closed weights models.
|
| 79 |
|
| 80 |
| | | Inkling | Nemotron 3 Ultra | Kimi K2.5 | Kimi K2.6 | GLM 5.2 | DeepSeek V4 Pro | Gemini 3.1 Pro (high) | Claude Fable 5 (max) | GPT 5.6 Sol (xhigh) |
|
| 81 |
|-----|-----|---------|------------------|-----------|-----------|---------|-----------------|-----------------------|----------------------|---------------------|
|