StableLM
StableLM copied to clipboard
Notebook not working
I get --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[12], line 3 1 #@title Setup ----> 3 import torch 4 from transformers import AutoModelForCausalLM, AutoTokenizer 6 from IPython.display import Markdown, display
ModuleNotFoundError: No module named 'torch'
even after installing torch . Im on mac https://github.com/Stability-AI/StableLM/blob/main/notebooks/stablelm-alpha.ipynb