You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
Then I have used this simple code to infer an image:
importsglangassglbase_url="url.to.my.server"@sgl.functiondefcaption_image(s, image_file):
s+=sgl.user(sgl.image(image_file) +"What is the overall style of this image?")
s+=sgl.assistant(sgl.gen("global_style", choices=["cinematic", "animated", "anime", "3d", "cartoon"]))
s+=sgl.user("Overall description of this image:")
s+=sgl.assistant(sgl.gen("description", max_tokens=255))
sgl.set_default_backend(sgl.RuntimeEndpoint(base_url))
image_path="./example.png"state=caption_image.run(image_file=image_path)
print(state["global_style"])
print(state["description"])
print(state.text())
However, when I launched this code just to check simple image, it just hangs and I receive no response or even error message.
Checklist
Describe the bug
I have rented RTX 6000Ada with 48.0 GB VRAM GPU via vast.ai.
Specs:
Then I have installed flashinfer by this command:
Then installed this lib with this command:
Then downloaded Llama-3.2-11B-Vision-Instruct and launched it like this:
Then I have used this simple code to infer an image:
However, when I launched this code just to check simple image, it just hangs and I receive no response or even error message.
Logs:
I don't understand why this is happening?
Reproduction
I have written it in description
Environment
Specs:
The text was updated successfully, but these errors were encountered: