-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
onnxconverter-common: init at 1.7.0 #100093
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
Conversation
pkgs/development/python-modules/onnxconverter-common/default.nix
Outdated
Show resolved
Hide resolved
format = "wheel"; | ||
src = fetchPypi { | ||
inherit pname version; | ||
format = "wheel"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's preferable to not use wheels, do you mind fetching from github: https://github.com/microsoft/onnxconverter-common
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonringer It looks like pypi only provides a wheel: https://pypi.org/project/onnxconverter-common/1.7.0/#files
So are you suggesting that I fetchFromGitHub
and build from source, rather than using fetchPypi
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonringer It looks like pypi only provides a wheel: pypi.org/project/onnxconverter-common/1.7.0/#files
So are you suggesting that IfetchFromGitHub
and build from source, rather than usingfetchPypi
?
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fetch from github.
pkgs/development/python-modules/onnxconverter-common/default.nix
Outdated
Show resolved
Hide resolved
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Please follow CONTRIBUTING.md and manual#submitting-changes-making-patches and squash the fix-up commits.
|
I marked this as stale due to inactivity. → More info |
Closing due to inactivity from author. |
Motivation for this change
Add
onnxconverter-common
, part of the python deep learning ecosystem.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
(there are no downstream dependencies for this package yet)./result/bin/
) (there are no binaries)nix path-info -S
before and after)