You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: