From AGI to ASI
Paper โข 2606.12683 โข Published โข 36
None defined yet.
hf: a faster, friendlier Hugging Face CLI โจhf auth login easier to type and remember?huggingface_hub โ with a built-in MCP Client and a Tiny Agents CLI.pip install "huggingface_hub[mcp]>=0.32.0"pip install -U huggingface_hub[hf_xet]from huggingface_hub import InferenceClient
client = InferenceClient(provider="fal-ai", bill_to="my-cool-company")
image = client.text_to_image(
"A majestic lion in a fantasy forest",
model="black-forest-labs/FLUX.1-schnell",
)
image.save("lion.png")| Hardware | GGUF | PyTorch | Safetensors | ONNX |
|-----------------|-----------|------------------------|--------------------------|-------|
| CPU | โ
(best) | ๐ก | ๐ก | โ
|
| GPU | โ
| โ
| โ
| โ
|
| Mobile | โ
| ๐ก (via executorch) | โ | โ
|
| Apple silicon | โ
| ๐ก | โ
(via MLX framework) | โ
|transformers in dedicated releases!v4.49.0-SmolVLM-2 and v4.49.0-SigLIP-2.