Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Fix pip command#149

Open
vidyasiv wants to merge 1 commit intoHabanaAI:mainfrom
vidyasiv:vidyasiv/fix_pip_command
Open

Fix pip command#149
vidyasiv wants to merge 1 commit intoHabanaAI:mainfrom
vidyasiv:vidyasiv/fix_pip_command

Conversation

@vidyasiv
Copy link

PyTorch/vLLM_Tutorials/FP8_Quantization_using_INC/FP8_Quantization_using_INC.ipynb notebook has:

pip install -r --quiet requirements-hpu.txt

This is incorrect as the -r expects the requirements file.

ERROR: Could not open requirements file: [Errno 2] No such file or directory: '--quiet'

This PR fixes the order of arguments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant