Skip to content

the code is here but how to deploy and make the website is not mentioned in the stremit youtube video. i have to find this things . after that i will update the code and the readme

Notifications You must be signed in to change notification settings

onemriganka/stremlit-replilcate-llama2-code

 
 

Repository files navigation

🦙💬 Llama 2 Chat

This chatbot is created using the open-source Llama 2 LLM model from Meta.

Particularly, we're using the Llama2-7B model deployed by the Andreessen Horowitz (a16z) team and hosted on the Replicate platform.

This app was refactored from a16z's implementation of their LLaMA2 Chatbot to be light-weight for deployment to the Streamlit Community Cloud.

Demo App

Streamlit App

Prerequisite libraries

streamlit
replicate

Getting your own Replicate API token

To use this app, you'll need to get your own Replicate API token.

After signing up to Replicate, you can access your API token from this page.

Other Llama 2 models to try

As mentioned above, this chatbot implementation uses the Llama2-7B model that was trained on 7 billion parameters.

You can also try out the larger models:

Further Reading

About

the code is here but how to deploy and make the website is not mentioned in the stremit youtube video. i have to find this things . after that i will update the code and the readme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.2%
  • Jupyter Notebook 35.8%