Skip to content

instructit/helloLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Playground

Instructions

Create a virtual environment

# Run the following in an empty directory to create a virtual environment
# On Windows
python -m venv venv
.\venv\Scripts\activate.ps1

# On Apple
python3 -m venv venv 
source venv/bin/activate

Run following command to install

pip install openllm
pip install -r requirements.txt
# Uses pytorch for the backend
openllm start dolly-v2 --model-id databricks/dolly-v2-3b --backend pt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages