DedeProGames PRO
DedeProGames
AI & ML interests
Thinking and Agentic Finetuning
Recent Activity
updated a Space 1 day ago
DedeProGames/GRM-2.6-Plus-0628-Chat liked a Space 2 days ago
DedeProGames/GRM-2.6-Plus-0628-ChatOrganizations
reacted to appvoid's post with ๐ about 13 hours ago
Post
375
๐ Introducing the GRM-2.6 Family
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
OrionLLM
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
Post
333
Please give a follow to Orion LLM Labs.
We are researching to create the best models for local deployment.
OrionLLM/GRM-2.6-Plus
OrionLLM/GRM-2.7-Mythos
OrionLLM/GRM-OCR
We are researching to create the best models for local deployment.
OrionLLM/GRM-2.6-Plus
OrionLLM/GRM-2.7-Mythos
OrionLLM/GRM-OCR
posted an update 27 days ago
Post
333
Please give a follow to Orion LLM Labs.
We are researching to create the best models for local deployment.
OrionLLM/GRM-2.6-Plus
OrionLLM/GRM-2.7-Mythos
OrionLLM/GRM-OCR
We are researching to create the best models for local deployment.
OrionLLM/GRM-2.6-Plus
OrionLLM/GRM-2.7-Mythos
OrionLLM/GRM-OCR
reacted to Imosu's post with ๐๐ฅ 2 months ago
Post
3355
# ZeroGPU Hardware Mismatch: Why Am I Getting RTX PRO 6000 Blackwell MIG Instead of the Documented H200?
I recently ran into a surprising issue while debugging a Hugging Face ZeroGPU Space.
According to the Hugging Face ZeroGPU documentation, ZeroGPU is described as using NVIDIA H200-based resources, with configurations such as โlargeโ and โxlargeโ offering H200-class memory. However, when I printed the actual GPU information inside my Space, I got something different:
GPU: NVIDIA RTX PRO 6000 Blackwell Server Edition MIG 2g.48gb
Capability: (12, 0)
Torch: 2.8.0+cu128
CUDA: 12.8
This is not an H200. It appears to be a MIG slice of an RTX PRO 6000 Blackwell Server Edition GPU, with 48GB VRAM.
This difference matters. It is not just a cosmetic hardware-name issue.
In my case, the Space was running Qwen3-TTS and failed with:
CUDA error:
no kernel image is available for execution on the device
The issue appears related to GPU architecture compatibility. The app was using kernels-community/flash-attn3, which is generally aligned with Hopper-class GPUs such as H100/H200, but the actual device exposed to the Space was Blackwell with compute capability 12.0. As a result, CUDA kernels that might work on the expected H200 environment failed on the actual assigned GPU.
To be clear, I am not saying the RTX PRO 6000 Blackwell is a bad GPU. It is a newer architecture and may be powerful in many workloads. But it is not the same as H200, and the software ecosystem compatibility is different. For ML workloads, especially those relying on custom CUDA kernels, the exact GPU architecture matters a lot.
This raises a few questions:
Is Hugging Face ZeroGPU now assigning RTX PRO 6000 Blackwell MIG instances instead of H200 instances?
If yes, why is this not clearly documented?
I recently ran into a surprising issue while debugging a Hugging Face ZeroGPU Space.
According to the Hugging Face ZeroGPU documentation, ZeroGPU is described as using NVIDIA H200-based resources, with configurations such as โlargeโ and โxlargeโ offering H200-class memory. However, when I printed the actual GPU information inside my Space, I got something different:
`txtGPU: NVIDIA RTX PRO 6000 Blackwell Server Edition MIG 2g.48gb
Capability: (12, 0)
Torch: 2.8.0+cu128
CUDA: 12.8
This is not an H200. It appears to be a MIG slice of an RTX PRO 6000 Blackwell Server Edition GPU, with 48GB VRAM.
This difference matters. It is not just a cosmetic hardware-name issue.
In my case, the Space was running Qwen3-TTS and failed with:
CUDA error:
no kernel image is available for execution on the device
The issue appears related to GPU architecture compatibility. The app was using kernels-community/flash-attn3, which is generally aligned with Hopper-class GPUs such as H100/H200, but the actual device exposed to the Space was Blackwell with compute capability 12.0. As a result, CUDA kernels that might work on the expected H200 environment failed on the actual assigned GPU.
To be clear, I am not saying the RTX PRO 6000 Blackwell is a bad GPU. It is a newer architecture and may be powerful in many workloads. But it is not the same as H200, and the software ecosystem compatibility is different. For ML workloads, especially those relying on custom CUDA kernels, the exact GPU architecture matters a lot.
This raises a few questions:
Is Hugging Face ZeroGPU now assigning RTX PRO 6000 Blackwell MIG instances instead of H200 instances?
If yes, why is this not clearly documented?
posted an update 2 months ago
Post
375
๐ Introducing the GRM-2.6 Family
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
OrionLLM
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
Post
5181
๐ Introducing the GRM-2.6 Family
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
OrionLLM
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
posted an update 2 months ago
Post
5181
๐ Introducing the GRM-2.6 Family
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
OrionLLM
The GRM-2.6 family is a new generation of reasoning-focused models from Orion LLM Labs, built for difficult tasks, coding, STEM, terminal agents, and advanced local AI workflows.
GRM-2.6-Plus is the main high-capability model in the family: a 27B-class reasoning model based on Qwen3.6, designed for strong structured reasoning, coding, agentic use, and practical local deployment.
GRM-2.6-Opus builds on GRM-2.6-Plus as a merge with an Opus-style reasoning distilled model, improving structured reasoning behavior, terminal-agent workflows, coding ability, and complex problem solving.
Both models are designed for users who want powerful reasoning models that remain practical for research, local inference, coding, and agent experiments.
Models:
GRM-2.6-Plus: OrionLLM/GRM-2.6-Plus
GRM-2.6-Opus: OrionLLM/GRM-2.6-Opus
Organization:
Post
8592
GRaPE 2 Pro is now available.
SL-AI/GRaPE-2-Pro
This is the flagship model of the GRaPE 2 family and the largest model I have trained to date, sitting at 27B parameters. It is built on Qwen3.5-27B and trained on a closed-source proprietary dataset, with roughly half of post-training focused on code and the rest split between STEAM subjects and structured logical reasoning. It punches seriously above its weight class.
GRaPE 2 Pro supports multimodal input (image + text) and features 6 thinking modes via the
It also runs on consumer hardware. You can get it going with as low as 12GB of VRAM on a quantized build.
If you want to try it out and give feedback, that would be really appreciated. Email us at
SL-AI/GRaPE-2-Pro
This is the flagship model of the GRaPE 2 family and the largest model I have trained to date, sitting at 27B parameters. It is built on Qwen3.5-27B and trained on a closed-source proprietary dataset, with roughly half of post-training focused on code and the rest split between STEAM subjects and structured logical reasoning. It punches seriously above its weight class.
GRaPE 2 Pro supports multimodal input (image + text) and features 6 thinking modes via the
<thinking_mode> tag. This gives you real control over how hard the model thinks, from skipping the reasoning phase entirely with minimal, all the way up to xtra-Hi for deep, extended thought on hard problems. For most agentic use, auto or low is the move to keep things snappy.It also runs on consumer hardware. You can get it going with as low as 12GB of VRAM on a quantized build.
If you want to try it out and give feedback, that would be really appreciated. Email us at
contact@skinnertopia.com posted an update 3 months ago
Post
8592
GRaPE 2 Pro is now available.
SL-AI/GRaPE-2-Pro
This is the flagship model of the GRaPE 2 family and the largest model I have trained to date, sitting at 27B parameters. It is built on Qwen3.5-27B and trained on a closed-source proprietary dataset, with roughly half of post-training focused on code and the rest split between STEAM subjects and structured logical reasoning. It punches seriously above its weight class.
GRaPE 2 Pro supports multimodal input (image + text) and features 6 thinking modes via the
It also runs on consumer hardware. You can get it going with as low as 12GB of VRAM on a quantized build.
If you want to try it out and give feedback, that would be really appreciated. Email us at
SL-AI/GRaPE-2-Pro
This is the flagship model of the GRaPE 2 family and the largest model I have trained to date, sitting at 27B parameters. It is built on Qwen3.5-27B and trained on a closed-source proprietary dataset, with roughly half of post-training focused on code and the rest split between STEAM subjects and structured logical reasoning. It punches seriously above its weight class.
GRaPE 2 Pro supports multimodal input (image + text) and features 6 thinking modes via the
<thinking_mode> tag. This gives you real control over how hard the model thinks, from skipping the reasoning phase entirely with minimal, all the way up to xtra-Hi for deep, extended thought on hard problems. For most agentic use, auto or low is the move to keep things snappy.It also runs on consumer hardware. You can get it going with as low as 12GB of VRAM on a quantized build.
If you want to try it out and give feedback, that would be really appreciated. Email us at
contact@skinnertopia.com