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
Downloaded OpenVINO Model Server on bare metal using the instructions from OpenVINO documentation.
Steps to Reproduce:
Download precompiled package:
wget https://github.com/openvinotoolkit/model_server/releases/download/v2024.5/ovms_ubuntu22.tar.gz
tar -xzvf ovms_ubuntu22.tar.gz
Or build it yourself:
# Clone the model server repository
git clone https://github.com/openvinotoolkit/model_server
cd model_server
# Build docker images (the binary is one of the artifacts)
make docker_build PYTHON_DISABLE=1 RUN_TESTS=0
# Unpack the package
tar -xzvf dist/ubuntu22/ovms.tar.gz
Install required libraries:
sudo apt update -y && apt install -y libxml2 curl
Set path to the libraries and add binary to the PATH:
The text was updated successfully, but these errors were encountered:
adarshan-intel
changed the title
Failure to run encrypted models on openvino/model_server:latest due to Memory Fault
Failure to run models on ovms binary due to Memory Fault
Jan 21, 2025
Description
Please read gramineproject/gsc#229 for context
Downloaded OpenVINO Model Server on bare metal using the instructions from OpenVINO documentation.
Steps to Reproduce:
Download precompiled package:
Or build it yourself:
Install required libraries:
sudo apt update -y && apt install -y libxml2 curl
Set path to the libraries and add binary to the PATH:
Create a Makefile and manifest.template file. (attached in logs)
Run the script
runs.sh
to execute the file. (attached in logs)Issue:
Encountered a memory issue. Logs indicate the following error:
Notes:
gramine-direct
andgramine-sgx
exhibit this issue.The text was updated successfully, but these errors were encountered: