Skip to content

AIDevBytes/Custom-Mixtral-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Custom Mixtral 8x7b Model File

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.

Mixtral 8x7b Ollama Model

Ollama Model File Docs

Ollama Commands

Start Ollama Server

ollama serve

Run Ollama Model

ollama run <model_name>
ollama run mixtral:8x7b

Download Ollama Model

ollama pull <model_name>
ollama pull mixtral:8x7b

List Installed Ollama Models

ollama list

Delete Installed Ollama Models

ollama rm <model_name>
ollama rm mixtral:8x7b

About

Create your own CUSTOMIZED Mixtral 8x7b model using Ollama

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published