Open Raffinate opened 1 month ago
same problem appeals here, when loading model from transformer using SageMaker Studio Classic , those kernel and notebook wont have any problem, but using this new sagemaker studio loading model from transformers from Huggingface. the kernel often died automatically, no matter how many Storage (GB) you set, or what instance you set, sometime i saw the instance cpu only used 10%...no sure what leads to notebook often cash...
Product Version
Issue Description
Sagemaker notebooks always crash and restart when using transformers processors regarless of memory machine spec.
Tried following machine specs:
Python Kernel: Python3 ipykernel
Minimum example I was able to reproduce the issues 100% of the time.
Expected Behavior
processor = CLIPProcessor.from_pretrained("openai/clip-vit-base-patch32") # or any literally any other string
print("DONE")
from transformers import CLIPProcessor
processor = CLIPProcessor.from_pretrained("openai/clip-vit-base-patch32") # or any literally any other string
print("DONE")