Skip to content

octoml/msi-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f1d54c · Aug 12, 2024

History

5 Commits
Aug 12, 2024
Aug 12, 2024
Aug 12, 2024
Aug 12, 2024
Aug 12, 2024
Aug 12, 2024
Aug 12, 2024

Repository files navigation

MSI Front End

image image image

Modify Params for Deploy

Go to .streamlit/examples.toml and change base url to be the endpoint. It must end with /v1. Change the model_name to be the model name from the docker-compose file.

[inference_params]
base_url = "http://localhost:9001/v1"
model_name = "meta-llama-3.1-8b-instruct"

Run it locally

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run Home.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages