This repo is a companion to the YouTube video titled: Create your own CUSTOMIZED Mixtral 8x7b model using Ollama. You can find the custom model file named "custom-mixtral" to use as a starting pointing for creating your own custom Mixtral 8x7b model to be run with Ollama.
ollama serve
ollama run <model_name>
ollama run mixtral:8x7b
ollama pull <model_name>
ollama pull mixtral:8x7b
ollama list
ollama rm <model_name>
ollama rm mixtral:8x7b