Open Schlevidon opened 8 months ago
We might actually consider removing the examples in hpc
entirely. There was a point in having them initially when the hpc
code was in a separate repo, but now they are mostly duplicates of the existing (and CI tested) example models.
Running hq
without SLURM sounds good for CI!
Mistakes related to the examples in
hpc/test
:Helix/Makefile
is outdated and unusable in its current state.MultiplyBy2/client.py
sends a request with too many input dimensions and crashes.minimal
andMultiplyBy2
do almost the same thing on the server side and should be merged into a single example or renamed appropriately.Evaluate
requests are tested.Tasks:
GetInputSizes
andGetOutputSizes
Evaluate
,Gradient
,ApplyJacobian
andApplyHessian
SupportsEvaluate
,SupportsGradient
,SupportsApplyJacobian
andSupportsApplyHessian
hq worker start
instead of automatic allocation.