Submitted by lambolifeofficial t3_zzn35o in MachineLearning
Disastrous_Elk_6375 t1_j2ft5zo wrote
Reply to comment by Glycerine in An Open-Source Version of ChatGPT is Coming [News] by lambolifeofficial
> You're right it's poor. All 8 CPU's hit 100%.
Yeah, you're probably not using the gpu. Make sure that your pytorch & cuda stuff are compatible and properly installed. To test, go into a python session, and do
torch.cuda.is_available()
If the output is false it will train on CPU.
Viewing a single comment thread. View all comments