Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
iFimbrethil opened this issue May 15, 2023 · 2 comments
Closed

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

iFimbrethil opened this issue May 15, 2023 · 2 comments

Comments

@iFimbrethil
Copy link

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

@iFimbrethil
use import torch in neuron.py

@camfairchild
Copy link
Collaborator

Closing as fixed in #1460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants