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

LlavaNext Model cannot be started #1914

Closed
2 of 4 tasks
paulcx opened this issue May 17, 2024 · 2 comments
Closed
2 of 4 tasks

LlavaNext Model cannot be started #1914

paulcx opened this issue May 17, 2024 · 2 comments
Labels

Comments

@paulcx
Copy link

paulcx commented May 17, 2024

System Info

image: ghcr.io/huggingface/text-generation-inference:sha-40213c9
model: https://huggingface.co/llava-hf/llava-v1.6-34b-hf

Information

  • Docker
  • The CLI directly

Tasks

  • An officially supported command
  • My own modifications

Reproduction

...
17T07:25:20.920584343Z [rank0]:   File "/opt/conda/lib/python3.10/site-packages/text_generation_server/utils/weights.py", line 112, in get_sharded

17T07:25:20.920592356Z [rank0]:     filename, tensor_name = self.get_filename(tensor_name)

17T07:25:20.920599543Z 

17T07:25:20.920606030Z [rank0]:   File "/opt/conda/lib/python3.10/site-packages/text_generation_server/utils/weights.py", line 63, in get_filename

17T07:25:20.920613791Z [rank0]:     raise RuntimeError(f"weight {tensor_name} does not exist")

17T07:25:20.920621329Z 

17T07:25:20.920627955Z [rank0]: RuntimeError: weight language_model.suffix.weight does not exist

Expected behavior

working on sha-eade737 but broken on sha-40213c9. Is cuda-graph not yet supported for llavanext? Both images will report errors if cuda-graph is enabled or the input image is not a square picture.

@ktrapeznikov
Copy link

same issue here

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jun 29, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants