Skip to content

Commit

Permalink
Update .gitignore (#5)
Browse files Browse the repository at this point in the history
* Update .gitignore

* spelling
  • Loading branch information
Wovchena authored May 15, 2024
1 parent 11e872b commit 53d534e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/genai_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: sudo ./ov/install_dependencies/install_openvino_dependencies.sh
- run: source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
- run: source ./ov/setupvars.sh && cmake --build ./build/ --config Release -j
- run: python -m pip install openvino # Can't load CenOS libraries from the archive
- run: python -m pip install openvino # Can't load CentOS libraries from the archive
- run: PYTHONPATH=./src/python/ python -c "from openvino_genai.py_generate_pipeline import LLMPipeline"
- run: source ./ov/setupvars.sh && python -m pip install --pre --upgrade . --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
- run: python -c "from openvino_genai.py_generate_pipeline import LLMPipeline"
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# They are copied to python folder during the build to allow skipping wheel installation
src/python/openvino/genai/*generate_pipeline_lib*
src/python/openvino/genai/py_generate_pipeline*
src/python/openvino_genai/*generate_pipeline_lib*
src/python/openvino_genai/py_generate_pipeline*

# build/artifact dirs
_*
Expand Down

0 comments on commit 53d534e

Please sign in to comment.