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
Describe the bug
And import torch statement is missing from neuron.py in the cerebras directory causing the script to error when run. Adding import torch allowed the script to run properly
To Reproduce
pm2 start ~/.bittensor/bittensor/neurons/text/prompting/miners/cerebras/neuron.py
Error: No Module named torch
The text was updated successfully, but these errors were encountered:
Describe the bug
And import torch statement is missing from neuron.py in the cerebras directory causing the script to error when run. Adding import torch allowed the script to run properly
To Reproduce
pm2 start ~/.bittensor/bittensor/neurons/text/prompting/miners/cerebras/neuron.py
Error: No Module named torch
The text was updated successfully, but these errors were encountered: