Aryan Agrahari
Aryan Agrahari
yes , can you please provide the steps to execute this project ?
yes , can you please help us regarding this ?
same error anyone help ?
IndexError: list index out of range
It worked actually for me ! import torch from transformers import AutoModelForCausalLM, AutoTokenizer from PIL import Image # Check for available devices if torch.backends.mps.is_available(): device = torch.device("mps") print("Using MPS device")...