In this talk, you'll learn two things:
- How and why to use
langchain
with local LLMs - How to use
dstack
to streamline ML development in the cloud
As we build a chat app (using the Falcon-7B-Instruct LLM).
- Poll.
- What is LangChain?
- Local LLMs with LangChain
- Dev environments with dstack
- Using Falcon with LangChain
- Building a chat app
- Automating tasks with dstack
- Q&A
To work with this repo, make sure to install the latest version of dstack
:
pip install "dstack[aws,gcp,azure]" -U
If you have any questions about
dstack
, please ask them in Slack.