-
Notifications
You must be signed in to change notification settings - Fork 28
Fix (this time really) the ZooModelNotFound by adding the dependency to coatjava/lib/services #694
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
The ai.djl library are now in coatjava/lib/services
|
Since clasweb is still broken, for this PR we've at least got to confirm this test manually:
|
|
Tests pass on ifarm. On my laptop I'm getting a new error: But, since the lab's networking is messed up lately, and it ends like this below, it's probably safe to assume it's a personal problem(?): Should try from offsite (from somewhere not currently blocked) ... |
|
Yes, error was due to a certificate problem on my (JLab-owned!) mac, fixed by doing https://clas12.discourse.group/t/building-coatjava-works-from-offsite-but-not-at-jlab-on-the-same-computer/551/3 |
|
After some discussion with Chris I no longer using a shaded jar I use |
baltzell
left a comment
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.
Confirmed the tests pass locally.
c-dilks
left a comment
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.
Looks good, thanks!
Here's the new classpath; someday we may be confused what some of these JARs are (e.g., api-0.32.0.jar), but it's easy figure it out. Unfortunately it looks like the maven-dependency-plugin doesn't support renaming JARs.
>>> tree coatjava/lib
coatjava/lib
├── clas
│ └── coat-libs-13.0.1-SNAPSHOT.jar
├── services
│ ├── api-0.32.0.jar
│ ├── clas12detector-alert-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-band-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-bg-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-cnd-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-cvt-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-dc-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-eb-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-ec-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-fmt-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-ft-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-htcc-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-ltcc-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-mc-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-mltn-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-postproc-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-raster-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-recoil-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-rich-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-rtpc-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-swaps-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-tof-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-urwell-13.0.1-SNAPSHOT.jar
│ ├── clas12detector-vtx-13.0.1-SNAPSHOT.jar
│ ├── model-zoo-0.32.0.jar
│ ├── pytorch-engine-0.32.0.jar
│ ├── pytorch-jni-2.5.1-0.32.0.jar
│ ├── pytorch-model-zoo-0.32.0.jar
│ └── pytorch-native-cpu-2.5.1-linux-x86_64.jar
└── utils
└── jclara-4.3-SNAPSHOT.jar
|
CI job errors are evolving ... |
…to coatjava/lib/services (#694)
…to coatjava/lib/services (#694)
…to coatjava/lib/services (#694)
…to coatjava/lib/services (#694)
…to coatjava/lib/services (#694)
…to coatjava/lib/services (#694)
…to coatjava/lib/services (#694)
No description provided.