We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552a59b commit 3a85440Copy full SHA for 3a85440
.github/workflows/pull.yml
@@ -891,7 +891,7 @@ jobs:
891
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake"
892
893
# Setup Samsung SDK (AI Lite Core) and install enn backend
894
- source .ci/scripts/setup-samsung-linux-deps.sh --token "$SECRET_SAMSUNG_AI_LITECORE_KEY"
+ source .ci/scripts/setup-samsung-linux-deps.sh --token $SECRET_SAMSUNG_AI_LITECORE_KEY
895
896
# Test models serially
897
models="mv2 ic3 resnet18 resnet50"
0 commit comments