# set environment variables in .env as in .env.example
pip install -r requirements.txt
modal setup
modal run modal_embeddings.py # test run of embedding service
modal deploy modal_embeddings.py # deploy embedding service
modal run modal_vllm_container.py # test run of llm
modal deploy modal_vllm_container.py # deploy llm service
# now, look for a URL in the terminal that includes -serve.modal.run
# set that PLUS "/v1" at the end as VLLM_BASE_URL in .env
python expand.py --purpose "Do dogs know that their dreams aren't real?" # start expanding
forked from cpfiffer/self-expansion
-
Notifications
You must be signed in to change notification settings - Fork 0
License
bajpainaman/self-expansion
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 64.0%
- Python 32.6%
- CSS 1.8%
- Other 1.6%