opentensor / bittensor

Internet-scale Neural Networks
https://www.bittensor.com/
MIT License
934 stars 323 forks source link

Import torch statement missing from Cerebras' neuron.py #1329

Closed iFimbrethil closed 1 year ago

iFimbrethil commented 1 year ago

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

arain60gb commented 1 year ago

@iFimbrethil use import torch in neuron.py

camfairchild commented 1 year ago

Closing as fixed in #1460