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

build: RHEL8 PyTorch Backend #7524

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2e4b665
Update README and versions for 2.48.0 / 24.07 (#7425)
fpetrini15 Jul 8, 2024
519b64b
[24.07] Revert vllm to 0.5.0.post1 (#7434)
fpetrini15 Jul 10, 2024
c67f1c3
fix: Fix error message for L0_trt_compat (#7432) (#7433)
krishung5 Jul 11, 2024
fd9f205
ci: Enable TF-TRT tests (#7399)
pskiran1 Jul 11, 2024
c889213
test: Tests for Metrics API enhancement to include error counters (#7…
indrajit96 Jul 15, 2024
7a407d2
fix: Downgrade ompi version to v4.1.5rc2 (#7441)
krishung5 Jul 16, 2024
e98aec3
Tprd 287 update openssh client for triton trtllm containers (#7455)
pvijayakrish Jul 19, 2024
4b41015
Update README for 24.07 (#7464)
pvijayakrish Jul 23, 2024
199fb03
Uninstall setuptools after TRTLLM build (#7465)
pvijayakrish Jul 23, 2024
b1d40a7
update packages trtllm (#7466)
pvijayakrish Jul 23, 2024
f0ba3cf
Fixing file permission (#7467)
pvijayakrish Jul 23, 2024
bd7238f
Updating the version info in README (#7470)
pvijayakrish Jul 24, 2024
8c713d3
confirmed protobuf cmake error from non-contianer build
nv-kmcgill53 Jul 17, 2024
84f1b3f
Merge ORT RHEL changes Into Kyle's RHEL dev (#7498)
fpetrini15 Aug 5, 2024
66828c0
fix L0_infer for rhel
nv-kmcgill53 Aug 8, 2024
e3de1e5
working thread
nv-kmcgill53 Aug 8, 2024
0947d7d
Pytorch Backend Manylinux Support
fpetrini15 Aug 10, 2024
6c80523
Uncomment dockerfile build
fpetrini15 Aug 10, 2024
40773ff
Revert
fpetrini15 Aug 10, 2024
dea0f0a
Merge remote-tracking branch 'origin/main' into fpetrini-pytorch-rhel
fpetrini15 Aug 12, 2024
c7f54ef
Use python3.10
fpetrini15 Aug 12, 2024
6da6adb
Install jpeg lib
fpetrini15 Aug 13, 2024
a8765c5
Merge remote-tracking branch 'origin/kmcgill-rhel' into fpetrini-pyto…
fpetrini15 Aug 13, 2024
7406f74
Remove stale code
fpetrini15 Aug 13, 2024
9b55f97
Use distro
fpetrini15 Aug 14, 2024
d06a658
Don't modify Python version
fpetrini15 Aug 14, 2024
19c71a2
Import distro
fpetrini15 Aug 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Install jpeg lib
fpetrini15 committed Aug 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6da6adb22e63aab33119cc27ad09e2e7b3c608c2
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -955,7 +955,8 @@ def create_dockerfile_buildbase_rhel(ddir, dockerfile_name, argmap):
libarchive-devel \\
libxml2-devel \\
numactl-devel \\
wget
wget \\
libjpeg-devel

RUN pip3 install --upgrade pip \\
&& pip3 install --upgrade \\