ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
23 stars 9 forks source link

Bug: Algorithm execution exits with unknown error #124

Closed SammyOina closed 4 months ago

SammyOina commented 4 months ago

What were you trying to achieve?

Run algorith binary in agent

What are the expected results?

successful run and results

What are the received results?

2024/05/07 18:35:04 Error retrieving computation result: rpc error: code = Unknown desc = algorithm execution error: exit status 255

Steps To Reproduce

  1. Build cocos
  2. Run computations test server
  3. run manager
  4. use cli to upload algorithm
  5. upload dataset using cli
  6. Retrieve result

In what environment did you encounter the issue?

HP, manjaro os

Additional information you deem important

No response