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
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