fix: jaxsnn deployment
This should fix the deployment paths of jaxsnn;
before, we didn't properly get rid of the src/pyjaxsnn
path component from the source folder structure)
Merge request reports
Activity
added 2 commits
thx! this will probably solve the current issue in the Lab, the path now seems correct:
+ install <prefix>/lib/python3.8/site-packages/jaxsnn/__init__.py (from jaxsnn/src/pyjaxsnn/jaxsnn/__init__.py)
instead of (from the
8.0-a4
build logs):+ install <prefix>/lib/jaxsnn/__init__.py (from jaxsnn/src/pyjaxsnn/jaxsnn/__init__.py)
However, it does not "get rid of the
src/pyjaxsnn
path component" (that has always been installed, from what I can see). In both8.0-a4
and8.0-a5
(and all the previous installations of hxtorch in the lab, ever) there is also sth like this:+ install <prefix>/lib/python3.8/site-packages/src/pyjaxsnn/jaxsnn/__init__.py (from jaxsnn/src/pyjaxsnn/jaxsnn/__init__.py)
Edited by Eleni Mathioulakiadditional installs… hmm, I'd say okay for now → yes, please merge
(I think the
linting
build target might be causing this… should be similar for the hxtorch package, as it looks similar.)Edited by Eric Müller
@emuller
fatal: Remote branch hxtorch-8.0-a5 not found in upstream origin
(I guess also
pynn-brainscales-8.0-a5
)Edited by Eleni Mathioulaki