Skip to content

Commit

Permalink
add smollm
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Aug 19, 2024
1 parent 667dd91 commit abb345a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/main/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export const LIST_MODELS: Model[] = [
// url: 'https://huggingface.co/ngxson/wllama-split-models/resolve/main/tinyllama-1.1b-chat-v1.0.Q4_K_M-00001-of-00003.gguf',
// size: 668788416,
// },
{
url: 'https://huggingface.co/HuggingFaceTB/smollm-360M-instruct-v0.2-Q8_0-GGUF/resolve/main/smollm-360m-instruct-add-basics-q8_0.gguf',
size: 386405440,
},
{
url: 'https://huggingface.co/ngxson/wllama-split-models/resolve/main/qwen2-1_5b-instruct-q4_k_m-00001-of-00004.gguf',
size: 986046272,
Expand Down

0 comments on commit abb345a

Please sign in to comment.