Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ci/build_test_OnCommit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ pipeline {
agent {
label 'ovmsbuilder'
}
environment {
// Force HTTP/1.1: some proxies mangle git's HTTP/2 smart-protocol responses,
// causing "fatal: expected flush after ref listing" on fetch.
GIT_CONFIG_COUNT = "1"
GIT_CONFIG_KEY_0 = "http.version"
GIT_CONFIG_VALUE_0 = "HTTP/1.1"
}
options {
timeout(time: 4, unit: 'HOURS')
}
Expand Down
2 changes: 1 addition & 1 deletion demos/common/export_models/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url "https://download.pytorch.org/whl/cpu"
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly"
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/pre-release"
optimum-intel@git+https://github.com/huggingface/optimum-intel.git@fd9499006ef4c3f35d5c6647851b2e9fa8711912
optimum-intel
accelerate
datasets
diffusers # for image generation
Expand Down
Loading