I’m currently working with the Metis Compute Board and the Voyager SDK, and I had a question regarding development outside of the SDK.
Is it possible to run a script like a custom inference or a similar script directly on the board without going through the Voyager SDK pipeline ?
I’m mainly asking to better understand the level of low-level access available on the Metis (runtime, APIs, or tools outside the SDK).
Thanks in advance for your help.
Best regards,
Best answer by snehakondur
Hello @tchretien,
The Voyager SDK virtual environment (venv) provides a comprehensive environment for running applications on Metis. It offers APIs at multiple abstraction levels, enabling users to integrate inference on Metis into their applications:
On the Metis Compute Board, the Yocto OS based BSP makes direct package installation challenging. The recommended approach is to launch the Voyager SDK environment via a Docker container. From within this environment, you can select the appropriate APIs to run inference on Metis.
Could you share if there’s any specific constraint requiring you to run applications outside the Docker-based Voyager SDK environment? Understanding your needs will help us guide you further.
The Voyager SDK virtual environment (venv) provides a comprehensive environment for running applications on Metis. It offers APIs at multiple abstraction levels, enabling users to integrate inference on Metis into their applications:
On the Metis Compute Board, the Yocto OS based BSP makes direct package installation challenging. The recommended approach is to launch the Voyager SDK environment via a Docker container. From within this environment, you can select the appropriate APIs to run inference on Metis.
Could you share if there’s any specific constraint requiring you to run applications outside the Docker-based Voyager SDK environment? Understanding your needs will help us guide you further.