09a3d3ab17
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Waiting to run
Python check requirements.txt / check-requirements (push) Waiting to run
Python Type-Check / python type-check (push) Waiting to run
Update Operations Documentation / update-ops-docs (push) Waiting to run
Copilot Setup Steps / copilot-setup-steps (push) Failing after 2s
17 lines
296 B
CMake
17 lines
296 B
CMake
# Inputs used to decide whether the npm build output is up-to-date.
|
|
|
|
set(UI_SOURCE_GLOBS
|
|
src/*
|
|
static/*
|
|
)
|
|
|
|
set(UI_SOURCE_FILES
|
|
package.json
|
|
package-lock.json
|
|
src/.gitignore
|
|
vite.config.ts
|
|
svelte.config.js
|
|
tsconfig.json
|
|
scripts/vite-plugin-llama-cpp-build.ts
|
|
)
|