How AI Impacts Skill Formation
Paper
β’
2601.20245
β’
Published
β’
8
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.