Skip to content

Commit 7bba8c8

Browse files
authored
Update README.md
Updated lesson 11 links. Updated aws/qwak pricing details
1 parent 6cf565c commit 7bba8c8

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

+20-11
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,28 @@ You can read everything and try out the code at your own pace. 
9393
## Costs?
9494
The **articles** and **code** are **completely free**. They will always remain free.
9595

96-
But if you plan to run the code while reading it, you have to know that we use several cloud tools that might generate additional costs.
97-
98-
The cloud computing platforms ([AWS](https://aws.amazon.com/), [Qwak](https://www.qwak.com/lp/end-to-end-mlops/?utm_source=github&utm_medium=referral&utm_campaign=decodingml)) have a pay-as-you-go pricing plan. Qwak offers a few hours of free computing. Thus, we did our best to keep costs to a minimum.
99-
100-
For the other serverless tools ([Qdrant](https://qdrant.tech/?utm_source=decodingml&utm_medium=referral&utm_campaign=llm-course), [Comet](https://www.comet.com/signup/?utm_source=decoding_ml&utm_medium=partner&utm_content=github)), we will stick to their freemium version, which is free of charge.
96+
If you plan to run the code while reading it, you have to know that we use several cloud tools that might generate additional costs.
97+
98+
**Pay as you go**
99+
- [AWS](https://aws.amazon.com/) offers accessible plans to new joiners.
100+
- For a new first-time account, you could get up to 300$ in free credits which are valid for 6 months. For more, consult the [AWS Offerings](https://aws.amazon.com/free/offers/) page.
101+
- [Qwak](https://www.qwak.com/lp/end-to-end-mlops/?utm_source=github&utm_medium=referral&utm_campaign=decodingml) has a QPU based pricing plan. Here's what you need to know:
102+
- A QPU stands for Qwak Processing Unit, and is the equivalent of 4vCPU-16GB.
103+
- Qwak offers up to 100QPU/month for free for up to one year after registration.
104+
- After that, a policy of 1.2$/QPU is applied as a pay-as-you-go tactic.
105+
- To find more about Qwak pricing, consult [Qwak Pricing Page](https://www.qwak.com/pricing?utm_source=github&utm_medium=referral&utm_campaign=decodingml)
106+
- To find more about Qwak Compute Instances, consult [Qwak Instances Page](https://docs.qwak.com/docs/instance-sizes?utm_source=github&utm_medium=referral&utm_campaign=decodingml)
107+
108+
**Freemium** (Free-of-Charge)
109+
- [Qdrant](https://qdrant.tech/?utm_source=decodingml&utm_medium=referral&utm_campaign=llm-course)
110+
- [Comet ML](https://www.comet.com/signup/?utm_source=decoding_ml&utm_medium=partner&utm_content=github)
101111

102112
## Lessons
103113

104114
> [!IMPORTANT]
105-
> **The course is a work in progress. We plan to release a new lesson every 2 weeks.**
106-
107-
`To understand the entire code step-by-step, check out our articles`
108-
109-
> The course is split into 11 lessons. Every Medium article will be its own lesson.
115+
> **To understand the entire code step-by-step, check out our articles ↓**
116+
>
117+
> `The course is split into 11 lessons. Every Medium article will be its own lesson.`
110118
111119
### System Design
112120
1. [An End-to-End Framework for Production-Ready LLM Systems by Building Your LLM Twin](https://medium.com/decodingml/an-end-to-end-framework-for-production-ready-llm-systems-by-building-your-llm-twin-2cc6bb01141f)
@@ -129,7 +137,8 @@ For the other serverless tools ([Qdrant](https://qdrant.tech/?utm_source=decodin
129137
10. [How to evaluate your RAG using RAGAs Framework](https://medium.com/decodingml/how-to-evaluate-your-rag-using-ragas-framework-18d2325453ae)
130138

131139
### Grand Finale
132-
11. Conclusion. What have we learned? [Module 6] …WIP
140+
11. [The LLM-Twin Free Course on Production-Ready RAG applications](https://medium.com/decodingml/the-llm-twin-free-course-on-production-ready-rag-pipelines-c96472f4e8c8)
141+
12. Ending Notes (TBD)
133142

134143
## Meet your teachers!
135144
The course is created under the [Decoding ML](https://decodingml.substack.com/) umbrella by:

0 commit comments

Comments
 (0)