GitHub - mlc-ai/binary-mlc-llm-libs (original) (raw)

Skip to content

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

mlc-ai / binary-mlc-llm-libs Public

244 stars 54 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory161 Commits
Llama-2-13b-chat-hf Llama-2-13b-chat-hf
Llama-2-70b-chat-hf Llama-2-70b-chat-hf
Llama-2-7b-chat-hf Llama-2-7b-chat-hf
Llama-3-8b-Instruct Llama-3-8b-Instruct
Mistral-7B-Instruct-v0.2 Mistral-7B-Instruct-v0.2
Qwen-1_8B-Chat Qwen-1_8B-Chat
Qwen-7B-Chat Qwen-7B-Chat
RedPajama-INCITE-Chat-3B-v1 RedPajama-INCITE-Chat-3B-v1
TinyLlama-1.1B-Chat-v0.4 TinyLlama-1.1B-Chat-v0.4
gemma-2b-it gemma-2b-it
gorilla-openfunctions-v2 gorilla-openfunctions-v2
gpt2-medium gpt2-medium
gpt2 gpt2
music-medium-800k music-medium-800k
music-small-800k music-small-800k
phi-1_5 phi-1_5
phi-2 phi-2
web-llm-models web-llm-models
.gitattributes .gitattributes
README.md README.md
tvmjs_runtime_wasi.js tvmjs_runtime_wasi.js

Repository files navigation

binary-mlc-llm-libs

Model libraries are stored in the format:

{model_name}/{model_name}-{quantization}-{metadata}-{platform}.{suffix}

Metadata:

For default configurations of metadata, we do not include that in the file name. We also do not include prefill chunk size if it is the same as the context window size or sliding window size (the default choice).

Default Metadata

| | Context Window Size | Sliding Window Size | Prefill Chunk Size | | | --------------------------- | ------------------- | ------------------ | ---- | | Llama-3-8b-Instruct | 8192 | N/A | 1024 | | Llama-3-70b-Instruct | 8192 | N/A | 1024 | | Llama-2-7b-chat-hf | 4096 | N/A | 4096 | | Llama-2-13b-chat-hf | 4096 | N/A | 4096 | | Llama-2-70b-chat-hf | 4096 | N/A | 4096 | | Mistral-7B-Instruct-v0.2 | N/A | 4096 | 4096 | | RedPajama-INCITE-Chat-3B-v1 | 2048 | N/A | 2048 | | phi-2 | 2048 | N/A | 2048 | | phi-1_5 | 2048 | N/A | 2048 | | gpt2 | 1024 | N/A | 1024 | | gpt2-medium | 1024 | N/A | 1024 |

About

No description, website, or topics provided.

Resources

Readme

Activity

Custom properties

Stars

244 stars

Watchers

15 watching

Forks

54 forks

Report repository

Releases9

Android-09262024 Latest Sep 26, 2024

+ 8 releases

Packages

No packages published

Contributors20

+ 6 contributors