Closed sitabulaixizawaluduo closed 7 months ago
The Python package on pip is primarily for the client library, which should be usable in any environment. However, it won't let you start the server unless you're using the development container. In this case, you can look at the developer quickstart. The error message here should be better though.
Otherwise, you'd need to run a deployment container to launch the server. Take a look at the regular quickstart online to get started.
The Python package on pip is primarily for the client library, which should be usable in any environment. However, it won't let you start the server unless you're using the development container. In this case, you can look at the developer quickstart. The error message here should be better though.
Otherwise, you'd need to run a deployment container to launch the server. Take a look at the regular quickstart online to get started.
thanks!!
python: server = amdinfer.Server() RuntimeError: basic_string::_S_construct null not valid
i installed amdinfer by command pip install amdinfer