-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Updating mllama after strftime. #2993
Conversation
779582a
to
a91127c
Compare
This reverts commit 98c1496.
. ./.venv/bin/activate && \ | ||
pwd && \ | ||
text-generation-server --help | ||
uv pip install -e ".[accelerate, compressed-tensors, peft, outlines]" --no-cache-dir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if intended, but missing quantized
here
uv pip install -e ".[accelerate, compressed-tensors, peft, outlines]" --no-cache-dir | |
uv pip install -e ".[accelerate, compressed-tensors, quantized, peft, outlines]" --no-cache-dir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be quantize
though :).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I added it in the previous PR inadvertently, this is what was on main before. I rolled back the locking for Intel pretty much.
What does this PR do?
Fixes # (issue)
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.