This is a bug fix since it fixes the path for algorithms to be absolute
What does this do?
Fix the execution of the binary algorithm by correctly handling file paths using the current working directory. Enhance the file path management for various algorithm types to ensure proper file access.
Bug Fixes:
Fix the binary algorithm execution by ensuring the correct file path is used when creating and accessing algorithm files.
Enhancements:
Improve file path handling by using the current working directory to construct absolute file paths for algorithm files.
Documentation:
Add minor formatting improvements to the README.md file for the Hardware Abstraction Layer (HAL) for Confidential Computing.
Chores:
Remove trailing whitespace in the agent build command definition in the agent.mk file.
Which issue(s) does this PR fix/relate to?
When running binary algorithms
error starting algorithm: exec: "algorithm": executable file not found in $PATH
What type of PR is this?
This is a bug fix since it fixes the path for algorithms to be absolute
What does this do?
Fix the execution of the binary algorithm by correctly handling file paths using the current working directory. Enhance the file path management for various algorithm types to ensure proper file access.
Bug Fixes:
Enhancements:
Documentation:
Chores:
Which issue(s) does this PR fix/relate to?
When running binary algorithms
Have you included tests for your changes?
Tests manually using https://github.com/ultravioletrs/ai/tree/main/burn-algorithms
Did you document any new/modified feature?
No documentation needed
Notes