Skip to content

svngoku/Mixtral_8X7B_Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mixtral 8X7B — Deploying an Open AI Agent

The goal of this repo is to show how to deploy an AI agent using the new Open source model Mistral 8X7B on an instance (AWS, RunPod).

1. Create an instance (RUNPOD)

The instance must have the following characteristics:

  • 160 GB VRAM
  • 8 max
  • 250 GB RAM 24 vCPU

2. Install the dependencies

!pip install -qU \
    transformers==4.36.1 \
    accelerate==0.25.0 \
    duckduckgo_search==4.1.0

About

Deploying an open source AI Agent with Mixtral 8X7B

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published