We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e03a2 commit e23a7bbCopy full SHA for e23a7bb
.github/workflows/genai_lib.yml
@@ -11,5 +11,5 @@ jobs:
11
with:
12
python-version: 3.8
13
- run: python -m pip install scikit-build
14
- - run: python -m pip isntall .
+ - run: python -m pip install .
15
- run: python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
0 commit comments