How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Johnblick187/grok-zero-fp8", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("Johnblick187/grok-zero-fp8", trust_remote_code=True, device_map="auto")
Quick Links

⚠️!WARNING!⚠️

MODEL IS CURRENTLY IN VERIFICATION/TESTING PHASE. PLEASE DO NOT DOWNLOAD UNLESS YOU HAVE SUFFICIENT HARDWARE AND ARE WILLING TO RUN INFERENCE AND RETURN THE RESULTS AS IT WILL LIKELY EITHER NOT WORK OR BE INCOHERENT. THIS REPO IS ONLY FOR CHECKPOINTING PURPOSES RIGHT NOW

Downloads last month
25
Safetensors
Model size
270B params
Tensor type
BF16
·
F8_E4M3
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support