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 9b384e9 commit 7368fdcCopy full SHA for 7368fdc
.github/workflows/development.yml
@@ -280,8 +280,7 @@ jobs:
280
281
# Set asset prefix and base path with PR number
282
ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/pr/${PR_NUMBER}
283
- # temporarily setting to false to test if this build works with guidellm
284
- USE_MOCK_DATA=false
+ USE_MOCK_DATA=true
285
BASE_PATH=/ui/pr/${PR_NUMBER}
286
GIT_SHA=${{ github.sha }}
287
export ASSET_PREFIX=${ASSET_PREFIX}
0 commit comments