replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
696 stars 194 forks source link

llama-2-70b-chat Not Working #301

Closed yk803 closed 2 months ago

yk803 commented 2 months ago

I am trying to use llama-2-70b-chat using API token from Replicate. Right now both the playground website and the Python code will raise some error saying that the prediction failed. I tried other models like llama-2-13b-chat and llama-2-70b and they worked fine.

Wonder if anyone can fix this.

yk803 commented 2 months ago

Update:

It is working now. Will close the issue.