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

[Doc]: Doc for using tensorizer_uri with LLM is incorrect #4782

Closed
GRcharles opened this issue May 13, 2024 · 2 comments
Closed

[Doc]: Doc for using tensorizer_uri with LLM is incorrect #4782

GRcharles opened this issue May 13, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@GRcharles
Copy link

📚 The doc issue

This code snippiet doesn't work - tensorizer_uri doesn't exist as a parameter

llm = LLM(model="facebook/opt-125m",
load_format="tensorizer",
tensorizer_uri=path_to_opt_tensors,
num_readers=3,
vllm_tensorized=True)

tensorizer_uri=path_to_opt_tensors,

Suggest a potential alternative/fix

No response

@GRcharles GRcharles added the documentation Improvements or additions to documentation label May 13, 2024
@vrdn-23
Copy link

vrdn-23 commented May 14, 2024

Relevant #4752 (comment)

@sangstar
Copy link
Contributor

Hi, I address this in #5471. This shouldn't still be an issue, but further tensorizer functionality refactors need to update the docstrings.

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

No branches or pull requests

4 participants