-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6921460
commit 95dcc59
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# local-llm-crash-course | ||
# The Local LLM Crash Course - Build Your Own GPT in 2 hours! | ||
This is the courseware and Codespace for the [The Local LLM Crash Course - Build Your Own GPT in 2 hours](https://www.udemy.com/course/the-local-llm-crash-course-build-a-hugging-face-ai-chatbot/?referralCode=EAD6017AA0001257DD9A)! 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 | ||
# Course Resources | ||
|
||
## Installing `ctransformers` and Chainlit | ||
### Hugging Face | ||
* The Orca Model's Model Card: https://huggingface.co/zoltanctoth/orca_mini_3B-GGUF | ||
|
||
### Installing `ctransformers` and Chainlit | ||
Just for reference. Remember, you don't need to do this as it's pre-installed in your Codepace. | ||
``` | ||
pip install ctransformers chainlit | ||
``` | ||
|
||
## The Open Orca Dataset | ||
https://huggingface.co/datasets/Open-Orca/OpenOrca | ||
The dataset on Hugging Face: https://huggingface.co/datasets/Open-Orca/OpenOrca | ||
|
||
## Chainlit and Streamlit | ||
* https://docs.chainlit.io/get-started/overview | ||
* https://streamlit.io/ | ||
* Chainlit: https://docs.chainlit.io/get-started/overview | ||
* Streamlit: https://streamlit.io/ |