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
First of all, I want to thank you for writing such a great book. I’ve really been enjoying it so far, and the explanations are clear and insightful. It’s been a pleasure working through the material, and I’ve already learned a lot.
I’m currently working through Chapter 5 and tried to run the fine-tuning script at the end of the chapter. However, I ran into some issues:
I couldn’t run the script locally since I don’t have access to a GPU with CUDA support (using MacOS m2).
I tried running it on both Kaggle and Colab with GPU-enabled environments, but in both cases, I couldn’t install the required dependencies. Specifically, the installation of flash-attn would get stuck at the step:
Building wheels for collected packages: flash-attn
I waited about an hour and gave up.
I’m wondering if there’s a better way to run the script, or if you could share how you managed to get it running during your testing? Any guidance would be greatly appreciated.
Thanks again for the great book and all the effort you’ve put into it—I’m really looking forward to the remaining chapters.
The text was updated successfully, but these errors were encountered:
First of all, I want to thank you for writing such a great book. I’ve really been enjoying it so far, and the explanations are clear and insightful. It’s been a pleasure working through the material, and I’ve already learned a lot.
I’m currently working through Chapter 5 and tried to run the fine-tuning script at the end of the chapter. However, I ran into some issues:
Building wheels for collected packages: flash-attn
I waited about an hour and gave up.
I’m wondering if there’s a better way to run the script, or if you could share how you managed to get it running during your testing? Any guidance would be greatly appreciated.
Thanks again for the great book and all the effort you’ve put into it—I’m really looking forward to the remaining chapters.
The text was updated successfully, but these errors were encountered: