-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export & deploy updates (part II) (#11344)
* Set debug level accordingly and use logger for some prints Signed-off-by: Jan Lasek <[email protected]> * Param model_type is in fact required for vLLM deployment Signed-off-by: Jan Lasek <[email protected]> * It's time to remove version check Signed-off-by: Jan Lasek <[email protected]> * Start using v2 block manager (default) in vLLM Signed-off-by: Jan Lasek <[email protected]> * Rename original NeMo SP tokenizer to solve UnboundLocalError Signed-off-by: Jan Lasek <[email protected]> * Add output_generation_logits as Triton input for vLLM exporter Signed-off-by: Jan Lasek <[email protected]> * Update requirements_vllm.txt Signed-off-by: Jan Lasek <[email protected]> * Refer to NeMo tokenizers explicitely Signed-off-by: Jan Lasek <[email protected]> --------- Signed-off-by: Jan Lasek <[email protected]>
- Loading branch information
Showing
8 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
vllm==0.5.3.post1 | ||
# Minimal set of NeMo requirements to run vLLM export & deployment in /opt/venv in a NeMo container | ||
braceexpand | ||
faiss-cpu | ||
h5py | ||
hydra-core>1.3,<=1.3.2 | ||
ijson | ||
jieba | ||
lightning>2.2.1 | ||
matplotlib>=3.3.2 | ||
omegaconf<=2.3 | ||
onnx>=1.7.0 | ||
OpenCC | ||
pangu | ||
rouge_score | ||
sacrebleu | ||
scikit-learn | ||
vllm==0.6.3 | ||
webdataset>=0.2.86 | ||
wget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters