!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

309 Members
CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda60 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
18 Mar 2025
@koutensky:matrix.nesad.fit.vutbr.czMichal Koutenský i tried listing the archive and grepping for cpXY and tensorrt- but that's quite slow unfortunately 20:01:51
@stick:matrix.orgsticklooking at versions of tensorrt and pypi - only these two are affected: 8.6.1.6 vs 8.6.1 10.3.0.26 vs 10.3.020:03:39
@stick:matrix.orgstickbecause 8.5.3.1 uses the same version in pypy (including the .1) and older versions are not present on pypi at all20:04:37
@koutensky:matrix.nesad.fit.vutbr.czMichal Koutenskýguess i can submit a PR that conditionally changes the filename for those two20:06:15
@koutensky:matrix.nesad.fit.vutbr.czMichal Koutenskýthanks for your help!20:06:40
@stick:matrix.orgstickthat would work, ping me in the PR, thanks20:07:02
@stick:matrix.orgstickyou would just override the version here: https://github.com/NixOS/nixpkgs/blob/59b1aef59071cae6e87859dc65de973d2cc595c0/pkgs/development/python-modules/tensorrt/default.nix#L1620:07:24
@koutensky:matrix.nesad.fit.vutbr.czMichal Koutenskýnot in the unpack phase?20:07:53
@stick:matrix.orgsticki guess the question is what version is being reported by the wheel20:09:08
@stick:matrix.orgstick

try calling

import tensorrt
print(tensorrt.version)

20:10:01
@stick:matrix.orgstick *

try calling

import tensorrt
print(tensorrt.__version__)
20:10:10
@stick:matrix.orgstick

or

import tensorrt
from importlib.metadata import version
version('tensorrt')
20:11:00
@stick:matrix.orgstick if you are feeling adventurous, you might as well update pkgs/development/cuda-modules/tensorrt/releases.nix to contain the latest 10.9.x.y release 20:12:02
@stick:matrix.orgstick * if you are feeling adventurous, you might as well update pkgs/development/cuda-modules/tensorrt/releases.nix to contain the latest 10.9.x.y release (both for cuda 11.x and 12.x) 20:12:16

Show newer messages


Back to Room ListRoom Version: 9