Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with http://llama-adapter.opengvlab.com/ #13

Closed
LW0214 opened this issue Nov 20, 2023 · 4 comments
Closed

Error with http://llama-adapter.opengvlab.com/ #13

LW0214 opened this issue Nov 20, 2023 · 4 comments

Comments

@LW0214
Copy link

LW0214 commented Nov 20, 2023

Hi, thank you so much for your amazing work! I'm experimenting with the CaseReasoning ipynb, where a few weeks ago, it's able to run smoothly locally. Yet now, when I try to run client = Client("http://llama-adapter.opengvlab.com/"), it generates an error
ValueError: Could not get Gradio config from: http://llama-adapter.opengvlab.com/

And it appears that http://llama-adapter.opengvlab.com/ is now down? Do you happen to know any updates to this? Thank you so much!

@zijinoier
Copy link
Contributor

We've also just become aware that http://llama-adapter.opengvlab.com/ service is currently down. The llama-adapter is a third-party api that we utilize, and unfortunately, we don't have information regarding the reason for the downtime or when it might be resolved.

However, with the release of GPT-4V, we believe that you can achieve similar functionality using GPT-4V directly. For more information on how to implement this and for further details, please refer to our latest work and the associated paper available at: https://github.com/PJLab-ADG/GPT-4V-for-AD

@zijinoier zijinoier pinned this issue Nov 20, 2023
@IdoCohenAB
Copy link

any news regarding the llamma=adapter service?

@zijinoier
Copy link
Contributor

@IdoCohenAB
Copy link

IdoCohenAB commented Mar 7, 2024

thanks. tried changing in CaseReasoning notebook but got an error
client = Client("http://imagebind-llm.opengvlab.com/") llama_result = client.predict( image_url, # str representing input in 'Input' Image component "Describe the picture as details as possible and focus on the main object.Do not describe what you don't see. The objects in the picture are moving.", 512, # int | float representing input in 'Max length' Slider component 0.1, # int | float representing input in 'Temperature' Slider component 0.75, # int | float representing input in 'Top p' Slider component fn_index=1 ) llama_result

return IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants