Skip to content

Commit 53d534e

Browse files
authored
Update .gitignore (#5)
* Update .gitignore * spelling
1 parent 11e872b commit 53d534e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/genai_lib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: sudo ./ov/install_dependencies/install_openvino_dependencies.sh
1616
- run: source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
1717
- run: source ./ov/setupvars.sh && cmake --build ./build/ --config Release -j
18-
- run: python -m pip install openvino # Can't load CenOS libraries from the archive
18+
- run: python -m pip install openvino # Can't load CentOS libraries from the archive
1919
- run: PYTHONPATH=./src/python/ python -c "from openvino_genai.py_generate_pipeline import LLMPipeline"
2020
- run: source ./ov/setupvars.sh && python -m pip install --pre --upgrade . --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
2121
- run: python -c "from openvino_genai.py_generate_pipeline import LLMPipeline"

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# They are copied to python folder during the build to allow skipping wheel installation
2-
src/python/openvino/genai/*generate_pipeline_lib*
3-
src/python/openvino/genai/py_generate_pipeline*
2+
src/python/openvino_genai/*generate_pipeline_lib*
3+
src/python/openvino_genai/py_generate_pipeline*
44

55
# build/artifact dirs
66
_*

0 commit comments

Comments
 (0)