-
-
Notifications
You must be signed in to change notification settings - Fork 258
Move to a pixi-based installation
#1244
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
Open
hameerabbasi
wants to merge
11
commits into
Nerogar:master
Choose a base branch
from
hameerabbasi:modernize-install
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
3c0bb01 to
84a617b
Compare
This comment was marked as resolved.
This comment was marked as resolved.
63ef5d0 to
f390904
Compare
requirements*.txt.pixi-based installation
Contributor
Author
|
@dxqb As promised, the +/- are in the description of the PR. |
hameerabbasi
commented
Jan 5, 2026
5685e79 to
5fc122f
Compare
Contributor
Author
|
This is now blocked on prefix-dev/pixi#1259. |
7211167 to
5ff0085
Compare
5ff0085 to
1b993b1
Compare
Contributor
Author
|
prefix-dev/pixi#1259 was resolved via prefix-dev/pixi#5241 and included in https://github.com/prefix-dev/pixi/releases/tag/v0.63.0 |
b9f1aac to
5e834b4
Compare
d0c4f8c to
0a4fd4b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Disdvantages:
venvfolder and the ability to mess with it as needed.pipand the "regular" way of installing packages../launch-ot.sh ...instead ofpython ...source venv/bin/activateis replaced byeval "$(pixi -e [cpu|cuda|rocm] shell-hook)"or prefixing each command withpixi run -e [cuda|rocm|cpu]requirements*.txtfiles, and if we keep, they have to be kept in sync with the TOML.Advantages:
pixi, you can runpixi run -e [cuda|rocm|cpu] <command>, it will take care of installation running the command from beginning to end.pixi.lock. Works wonders for reproducibility. To update, just usepixi update.libglandtkfor linux: No more need forsudoanymore, only hard dep is eitherwgetorcurl.Decisions to make:
requirements*.txtToDos for this PR:
pixiand then dopixi install -e ...orpixi run -e ...(or we can get rid of the install script entirely).After merging:
requirements*.txt.