StableLM icon indicating copy to clipboard operation
StableLM copied to clipboard

Notebook not working

Open NikhithVasa opened this issue 2 years ago • 0 comments

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

NikhithVasa avatar Apr 19 '23 17:04 NikhithVasa