This is the courseware and Codespace for the The Local LLM Crash Course - Build Your Own GPT in 2 hours! Have fun with the course and use the Q&A if you run into any issues!
- The Orca Model's Model Card: https://huggingface.co/zoltanctoth/orca_mini_3B-GGUF
Just for reference. Remember, you don't need to do this as it's pre-installed in your Codespace.
pip install ctransformers chainlit
The dataset on Hugging Face: https://huggingface.co/datasets/Open-Orca/OpenOrca
- Chainlit: https://docs.chainlit.io/get-started/overview
- Streamlit: https://streamlit.io/
pip install langchain langchain-community