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鈥檒l 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

Open
GRcharles opened this issue May 13, 2024 · 1 comment
Open

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

GRcharles opened this issue May 13, 2024 · 1 comment
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)

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

2 participants