You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+20-11
Original file line number
Diff line number
Diff line change
@@ -93,20 +93,28 @@ You can read everything and try out the code at your own pace.
93
93
## Costs?
94
94
The **articles** and **code** are **completely free**. They will always remain free.
95
95
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)
> **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.`
110
118
111
119
### System Design
112
120
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
129
137
10.[How to evaluate your RAG using RAGAs Framework](https://medium.com/decodingml/how-to-evaluate-your-rag-using-ragas-framework-18d2325453ae)
130
138
131
139
### 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)
133
142
134
143
## Meet your teachers!
135
144
The course is created under the [Decoding ML](https://decodingml.substack.com/) umbrella by:
0 commit comments