Hi just trying to figure it out!

#11
by vihangsharma - opened

Hey there, I am trying to run the model on Hugging face using grade.io

I can't seem to get the LLM to work?

Runtime error
Traceback (most recent call last):
File "/home/user/app/app.py", line 4, in
gr.Interface.load("models/garage-bAInd/Platypus2-70B-instruct").launch()
AttributeError: 'Dependency' object has no attribute 'launch'
Container logs:

===== Application Startup at 2023-11-17 13:13:52 =====

Traceback (most recent call last):
File "/home/user/app/app.py", line 4, in
gr.Interface.load("models/garage-bAInd/Platypus2-70B-instruct").launch()
AttributeError: 'Dependency' object has no attribute 'launch'

I am an absolute noob. So yeh, embarrassed but here to learn.

Sign up or log in to comment