mirasol[main**] ~/code/aprender ᓆ apr pull hf://Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf
=== APR Pull ===
Model: hf://Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf
Downloading...
[==================================================] 100.0% (1.04 GB/1.04 GB)
✓ Downloaded successfully
Path: /home/alfredo/.cache/pacha/models/c8490f8cd005ac4e.gguf
Size: 1.04 GB
Format: Gguf(GgufInfo { version: 3, tensor_count: 339, metadata_count: 26, architecture: None, quantization: None, context_length: None, embedding_dim: None, num_layers: None, num_heads: None, vocab_size: None, parameters: None, name: None, author: None, license: None })
Hash: c8490f8cd005ac4e
Usage:
apr run /home/alfredo/.cache/pacha/models/c8490f8cd005ac4e.gguf
apr serve /home/alfredo/.cache/pacha/models/c8490f8cd005ac4e.gguf
mirasol[main**] ~/code/aprender ᓆ apr list
=== Cached Models ===
No cached models found.
Pull a model with:
apr pull hf://Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf
Or run directly (auto-downloads):
apr run hf://Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf
When pulling a model, the
apr listdoesn't show it and suggests I should import it.