Skip to content

About This sample shows how to deploy glm-edge model series using OpenVINO

Notifications You must be signed in to change notification settings

openvino-dev-samples/glm-edge.openvino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

glm.openvino Demo

Here is an example of how to deploy glm-edge series models using OpenVINO

Environment configuration

We recommend that you create a new virtual environment and then install the dependencies as follows. The recommended Python version is 3.10+.

Linux

python3 -m venv openvino_env

source openvino_env/bin/activate

python3 -m pip install --upgrade pip

pip install wheel setuptools

pip install -r requirements.txt

Windows Powershell

python3 -m venv openvino_env

.\openvino_env\Scripts\activate

python3 -m pip install --upgrade pip

pip install wheel setuptools

pip install -r requirements.txt

Examples

Tasks Go
🚀 Text generation glm-edge-chat
🚀 Vision Multimodal glm-edge-v

Common problem

  1. Do I need to install the OpenVINO C++ inference engine?

    • Unnecessary
  2. Do I have to use Intel hardware?

    • We only tried it on Intel devices, and we recommend using x86 architecture Intel devices, including but not limited to:
      • Intel CPU, including personal computer CPU and server CPU.
      • Intel's integrated GPU. For example: Arc™ Series and Iris® Series.
      • Intel's discrete graphics card. For example: ARC™ A770 graphics card.
  3. Why OpenVINO cannot find GPU device in my system?

    • Ensure OpenCL diivess are installed correctly.
    • Ensure you enabled the right permissions for GPU device
    • More information can be found in Install GPU drivers
  4. Whether support C++?

About

About This sample shows how to deploy glm-edge model series using OpenVINO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages