cogito-671b-v2.1-FP8
386
5
671.0B
license:mit
by
deepcogito
Language Model
OTHER
671B params
New
386 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
1500GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
625GB+ RAM
Code Examples
Usagebashvllm
pip install transformers hf_transfer accelerate vllm
pip install sglang[all]
hf download deepcogito/cogito-671b-v2.1-FP8The current temperature in San Francisco, USA is 22°C.bash
# H200s
python3 -m sglang.launch_server --model deepcogito/cogito-671b-v2.1-FP8 --tp 8
# B200s
python3 -m sglang.launch_server --model deepcogito/cogito-671b-v2.1-FP8 --tp 8 --quantization compressed-tensors --moe-runner-backend tritonB200spythonopenai
import openai
client = openai.Client(base_url="http://127.0.0.1:30000/v1", api_key="EMPTY")
response = client.chat.completions.create(
model="default",
messages=[
{"role": "system", "content": "Always respond in 1-2 words."},
{"role": "user", "content": "Who created you?"},
],
temperature=0.6,
max_tokens=8192,
extra_body = {"chat_template_kwargs": {"enable_thinking": False}}
)
# To enable reasoning, set `enable_thinking=True` above.
print(response.choices[0].message.content)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.