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

site-packages symlink forest in venv #275

Merged
merged 5 commits into from
Mar 30, 2024

Commits on Feb 28, 2024

  1. Symlink forest in venv

    This emulates the behavior where a single site-packages directory
    contains all/most PyPi packages. Packages distributed by NVIDIA
    currently assume this through the use of rpath as `$ORIGIN/../../`
    to reach the `nvidia` package location. Downstream libraries like torch
    and jax do not set up the dynamic library search path based on sys.path
    either.
    
    This is a casual attempt, but can be refined by others.
    
    TODO:
    [] Build binaries for all architectures.
    
    Fixes #274.
    siddharthab committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3036800 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    2a46493 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. add comments

    siddharthab committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b5fd825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0245823 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. small tweaks and fmt

    mattem committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    05634a0 View commit details
    Browse the repository at this point in the history