iusztinpaul / hands-on-llms

🦖 𝗟𝗲𝗮𝗿𝗻 about 𝗟𝗟𝗠𝘀, 𝗟𝗟𝗠𝗢𝗽𝘀, and 𝘃𝗲𝗰𝘁𝗼𝗿 𝗗𝗕𝘀 for free by designing, training, and deploying a real-time financial advisor LLM system ~ 𝘴𝘰𝘶𝘳𝘤𝘦 𝘤𝘰𝘥𝘦 + 𝘷𝘪𝘥𝘦𝘰 & 𝘳𝘦𝘢𝘥𝘪𝘯𝘨 𝘮𝘢𝘵𝘦𝘳𝘪𝘢𝘭𝘴
MIT License
3.11k stars 483 forks source link

Nothing works with Beam V2 #86

Open rmadabusiml opened 2 months ago

rmadabusiml commented 2 months ago

Hello,

Beam later version is V2 and they did drastic changes to their SDK and client that makes most of the training (fine-tuning) and inference code useless. There is no "beam run" and so on...

They pointed to this fine tuning code: https://docs.beam.cloud/v2/examples/gemma-fine-tune

iusztinpaul commented 2 months ago

Hello,

Unfortunately, this is what happens when working with fast-paced start-ups.

The good news is that we created the LLM Twin course, which is a more comprehensive version of the Hands-on LLMs course, where everything still works, and the learning material is more detailed:

https://github.com/decodingml/llm-twin-course