diff --git a/docs/Models.md b/docs/Models.md deleted file mode 100644 index 9aa8d3671..000000000 --- a/docs/Models.md +++ /dev/null @@ -1,23 +0,0 @@ -> [!WARNING] -> Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation. - -# Models - -These are the supported models -| Model | Mobile Friendly | Notes | -|------------------|---|---------------------| -|[tinyllamas/stories15M](https://huggingface.co/karpathy/tinyllamas/tree/main)|✅|| -|[tinyllamas/stories42M](https://huggingface.co/karpathy/tinyllamas/tree/main)|✅|| -|[tinyllamas/stories110M](https://huggingface.co/karpathy/tinyllamas/tree/main)|✅|| -|[openlm-research/open_llama_7b](https://huggingface.co/karpathy/tinyllamas/tree/main)|✅|| -|[meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)|✅|| -|[meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)||| -|[meta-llama/Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)||| -|[meta-llama/CodeLlama-7b-Python-hf](https://huggingface.co/meta-llama/CodeLlama-7b-Python-hf)|✅|| -|[meta-llama/CodeLlama-34b-Python-hf](https://huggingface.co/meta-llama/CodeLlama-34b-Python-hf)|✅|| -|[mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)|✅|| -|[mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1)|✅|| -|[mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)|✅|| -|[meta-llama/Llama3](https://huggingface.co/meta-llama/Meta-Llama-3-8B)|✅|| - -See the [documentation on GGUF](GGUF.md) to learn how to use GGUF files.