Instructions to use vikramlingam/SmolLM2-360M-Post-ASR-Engine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use vikramlingam/SmolLM2-360M-Post-ASR-Engine with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir SmolLM2-360M-Post-ASR-Engine vikramlingam/SmolLM2-360M-Post-ASR-Engine
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use vikramlingam/SmolLM2-360M-Post-ASR-Engine with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M # Run inference directly in the terminal: llama cli -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M # Run inference directly in the terminal: llama cli -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
Use Docker
docker model run hf.co/vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use vikramlingam/SmolLM2-360M-Post-ASR-Engine with Ollama:
ollama run hf.co/vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use vikramlingam/SmolLM2-360M-Post-ASR-Engine with Docker Model Runner:
docker model run hf.co/vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
- Lemonade
How to use vikramlingam/SmolLM2-360M-Post-ASR-Engine with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vikramlingam/SmolLM2-360M-Post-ASR-Engine:Q4_K_M
Run and chat with the model
lemonade run user.SmolLM2-360M-Post-ASR-Engine-Q4_K_M
List all available models
lemonade list
- Atomic Chat
| { | |
| "add_prefix_space": false, | |
| "added_tokens_decoder": { | |
| "0": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "1": { | |
| "content": "<|im_start|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "2": { | |
| "content": "<|im_end|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "3": { | |
| "content": "<repo_name>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "4": { | |
| "content": "<reponame>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "5": { | |
| "content": "<file_sep>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "6": { | |
| "content": "<filename>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "7": { | |
| "content": "<gh_stars>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "8": { | |
| "content": "<issue_start>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "9": { | |
| "content": "<issue_comment>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "10": { | |
| "content": "<issue_closed>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "11": { | |
| "content": "<jupyter_start>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "12": { | |
| "content": "<jupyter_text>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "13": { | |
| "content": "<jupyter_code>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "14": { | |
| "content": "<jupyter_output>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "15": { | |
| "content": "<jupyter_script>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "16": { | |
| "content": "<empty_output>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| } | |
| }, | |
| "additional_special_tokens": [ | |
| "<|im_start|>", | |
| "<|im_end|>" | |
| ], | |
| "bos_token": "<|im_start|>", | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<|im_end|>", | |
| "extra_special_tokens": {}, | |
| "model_max_length": 8192, | |
| "pad_token": "<|im_end|>", | |
| "tokenizer_class": "GPT2Tokenizer", | |
| "unk_token": "<|endoftext|>", | |
| "vocab_size": 49152 | |
| } | |