Image-Text-to-Text
GGUF
llama.cpp
qwen
qwen3.8
qwen3.8-flash-next
amd
rocm
gfx1151
ryzen-ai-max-395
strix-halo
mixture-of-experts
iu4
mtp
speculative-decoding
nvme
ple
long-context
local-inference
vision
conversational
Instructions to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: llama cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: llama cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Use Docker
docker model run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- LM Studio
- Jan
- vLLM
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- Ollama
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Ollama:
ollama run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- Unsloth Desktop
- Pi
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Docker Model Runner:
docker model run hf.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
- Lemonade
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Run and chat with the model
lemonade run user.Qwen3.8-Flash-CIRU-STRIX-IU4-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4:Q8_0" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
| { | |
| "version": "4.2.0", | |
| "source_commit": "f0996a2e50c07c8af562bfe1b8f246410762171e", | |
| "candidate": "index-fallback-r2", | |
| "runtime_root": "/srv/llm/toolchains/therock-gfx1151-10.0.0", | |
| "scope": "Complete v4.1 binary set plus exactly the tested indexed-fallback HIP library; embedded upstream build text remains R2.", | |
| "baseline_archive_sha256": "b1cc9f2c33a68c485fc9d1c1a67c1ca040e8115fca6bcc209ebe771849bf619f", | |
| "baseline_source_commit": "0715ffbc968056b68fddc2a9de1a626b89567788", | |
| "inherited_dependency_provenance": { | |
| "runtime_root": "/srv/llm/toolchains/therock-gfx1151-10.0.0", | |
| "build_proof": { | |
| "candidate_id": "ciru-v4-ple-io32-r1", | |
| "complete_sha256": "270b731af50c141f4acc871c0cd6c9dc64130e476893a959d7fc2d0e850fe478", | |
| "plan_sha256": "d9e5ffcc5d6f966f988561c70c7b7d2cce508c09718fc28b0c3cd5acc2362642", | |
| "binary_hashes": { | |
| "libggml-base.so": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44", | |
| "libggml-base.so.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44", | |
| "libggml-base.so.0.23.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44", | |
| "libggml-cpu.so": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9", | |
| "libggml-cpu.so.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9", | |
| "libggml-cpu.so.0.23.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9", | |
| "libggml-hip.so": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376", | |
| "libggml-hip.so.0": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376", | |
| "libggml-hip.so.0.23.0": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376", | |
| "libggml.so": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae", | |
| "libggml.so.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae", | |
| "libggml.so.0.23.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae", | |
| "libllama-bench-impl.so": "1e610fe805a3ca48385624c527eb30687d05973424e9c1c1c400b47932b907d6", | |
| "libllama-common.so": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740", | |
| "libllama-common.so.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740", | |
| "libllama-common.so.0.4.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740", | |
| "libllama-server-impl.so": "d1610c37ddbaf42bfbd2a458552c8dd8090779c8e86642faeb224ff21b29cddf", | |
| "libllama.so": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e", | |
| "libllama.so.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e", | |
| "libllama.so.0.4.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e", | |
| "libmtmd.so": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6", | |
| "libmtmd.so.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6", | |
| "libmtmd.so.0.4.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6", | |
| "llama-bench": "a939ebf4f181ab5daa6dd8f163e236d8b09cabf69da63db196eb272a17061f32", | |
| "llama-server": "6651c8ea36b8bb4ecaa8b9a06bc1353c8a209c745017ac838409c0de348d4893", | |
| "test-backend-ops": "4f84ad6bc59a2c437fbb88b1b194dc15f57c935e7eeb2d5cde962d2e7d9e902f", | |
| "test-backend-sched-ring": "99f898a684ccece9681e1b501d31e4a53f7f567c3f3b975ff42716cb3c1ce0be" | |
| }, | |
| "protected_resolved_hashes": { | |
| "/nix/store/dx1zhzy951phnqyixy0z77s0gcp6wc2z-cmake-4.1.2/bin/cmake": "ff4c10f402b79eb394d6128e2c6cd2fd17c09304a42c695e2d6bada34cd06225", | |
| "/nix/store/vvg707j9xgklk7j4yqa8s8zxzpgwypsq-ninja-1.13.2/bin/ninja": "56abbedc80568818b970d1e2b3130e37556389437b8f8946dd4b1080ee19ba02", | |
| "/nix/store/pf30k3mg7n6bibc1k6609gyq7glk00k2-glibc-2.42-61-bin/bin/ldd": "e2250f9b35bc105290110771a712ccd6be3ec02fb2290769f0ab4b821bdd666d", | |
| "/nix/store/c0277k5giric1mn9dklllavbzvxl6hzb-git-2.53.0/bin/git": "9fa84c05e2851d231bbf7b1f6ba5c20884497528e2e0c4ee7155b5351fc33884", | |
| "/nix/store/qd70v8g0561vm8m33kmnp79z00cgyi5n-gcc-wrapper-15.2.0/bin/gcc": "6f5c8ba687399cc210be10214acdcc20bed1cc7e4cfbd5d08e7931bba7903d5b", | |
| "/nix/store/qd70v8g0561vm8m33kmnp79z00cgyi5n-gcc-wrapper-15.2.0/bin/g++": "b71ef54c88481b52d698d9fda5f435ab3e4650e4b13bc5ff9a738a3a905f1146", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/bin/amdllvm": "2ec8efcf34ee0676977e497e9611bf885927b8ef94922ec3ab5d39db926fa72b", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libamdhip64.so.7.15.26333-0000000": "4ac6ac420d354e279b68c18bc426ab336ccf6d72834d2ea4e915d93cf269c646", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libhsa-runtime64.so.1.21.0": "d38e16355591048c387b10ffca9b643947e9e6f878941305a057401c41ade626", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libhipblas.so.3.6": "3c681b75fb68ae17b55f816e0fc60a92e37a8c463ad5b6deb0b1e93883731013", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocblas.so.5.6": "cbdb217646a3f1acc99780482c4c8841322df21d82576b5df2a71c448f2573a8", | |
| "/nix/store/si4q3zks5mn5jhzzyri9hhd3cv789vlm-gcc-15.2.0-lib/lib/libstdc++.so.6.0.34": "a2dcb70d9a52e47903bd53e343b8877c5811db80f1f97f78a882431188e36b0d", | |
| "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libm.so.6": "1a5b421697440dc7095fed465890a3b964533a275b4043c689d1fd4ef57503e5", | |
| "/nix/store/wrxyd3k2f4bmh52pr5rpdjxxsm5r2qxm-gcc-15.2.0-libgcc/lib/libgcc_s.so.1": "ae044ece9877d38a4a4bcee7b9c15eed9b50d0dad24d41617eec8fff8bbd262d", | |
| "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libc.so.6": "6fcad203e10b304de3988b4e6e85df56a71f7ff9ae8898cb20fcf9bda330e2df", | |
| "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/ld-linux-x86-64.so.2": "1640ec4d1cfcc3c19430b368cbbb057c5652eac340ecba12cf9dfbe2c3769d07", | |
| "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libdl.so.2": "b865862b59d19329e775704b53560ae87bc09f2c4161f94101a9913b1936946e", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib/libomp.so": "ae68b99b04a8ee9a971fcacabd974ffb52bc928dda6e43e105e7e8aa5e795be6", | |
| "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libpthread.so.0": "a91bfbc5485171fb38c6cce50e22c91f144628cadec61b57ce88c81b848d0828", | |
| "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/librt.so.1": "6f485fa6927af7702c46ce27c2862a6459fdbfccae20b9e351ec54d0c76266b3", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocsolver.so.0.11": "f1beebfc7db2fc029000de39741e92b1e454b5b94dc9e21f1708be9e7277c963", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libroctx64.so.4.1.0": "7272659ab98898cb6fffb15e300989d500831506cdbc6766e40d99461e83dc49", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libhipblaslt.so.1.4": "4f418b996f01273b4e3a22ea9e7d97f9cf9b47e4a21ca6ad0c5253ce8aa1112b", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocm_kpack.so.0.1.0": "7e7d63d3ff95582b4ac87ea915c6797c44fed2473c457feaef805886913a0e83", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocprofiler-register.so.0.6.0": "1ae1c97f37cc3e60ebe479da626071b6f85a3d41b6d8f77209905b8402e1fc16", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libamd_comgr.so.3.3.0": "822e25d21f0b7773c260d024db0ff6d2ac21f577e430ce1f4a7f547194e0d192", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/liborigami.so.1.0": "44e9ea577c36f6a6fff58913801cc4c009134ed92b925af39d960a1e0dd029f7", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_z.so.1.3.2": "27361c0c552d2afd5ecf9079f356309ed827e9a27d35f2fc68c7b5e6b5c83199", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocroller.so.1.0.0": "8a1cdab3facd64268116741d7edf22d53cc7e3d6576a68bf4030de22ec6e87c2", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_zstd.so.1.5.7": "5fc4ab0e6899318ece9bea43d3d397d20053418a5e40cb6bc86efe19a801c75e", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib/libclang-cpp.so.23.0git": "b4b405e28632368cbc7f0ff0983648ec35f27b7606cb47882a0e2262f5c71dc3", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib/libLLVM.so.23.0git": "94861a13bc545d3c4e4cb7d3f46e9394796741be0b71f65a7e676627734a6492", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_elf.so.1": "cc7c1d8faa3f067072c6496cdaba16ed792d94130c41b2b0d5f01bc6367631f5", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_drm.so.2": "cf203bcf5f42df87c5e292b254ea6cd801c3612027c04e5f29bfc71607877775", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_drm_amdgpu.so.1": "e3cdcb253c88f9b79a63b4ee70d3696682c650a05fff1b7c5aa07eacc4eb2ff1", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_numa.so.1": "333b980e3f706f7196c73a33967c7979e9fd47b6d5f5f51ed3990142ef4142cb", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_liblzma.so.5.8.1": "15402b36e2fdb0762e0b6590c3470fccec5e80cc8010c84ac4835573d592c02d", | |
| "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_bz2.so": "fe4102b002321cea17405cf9c6aa04cf46e726bea5666c40ac8639684314de02", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml.so.0.23.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml-hip.so.0.23.0": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libmtmd.so.0.4.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama-bench-impl.so": "1e610fe805a3ca48385624c527eb30687d05973424e9c1c1c400b47932b907d6", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml-cpu.so.0.23.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml-base.so.0.23.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama-server-impl.so": "d1610c37ddbaf42bfbd2a458552c8dd8090779c8e86642faeb224ff21b29cddf", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama-common.so.0.4.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/llama-bench": "a939ebf4f181ab5daa6dd8f163e236d8b09cabf69da63db196eb272a17061f32", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama.so.0.4.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/test-backend-sched-ring": "99f898a684ccece9681e1b501d31e4a53f7f567c3f3b975ff42716cb3c1ce0be", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/llama-server": "6651c8ea36b8bb4ecaa8b9a06bc1353c8a209c745017ac838409c0de348d4893", | |
| "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/test-backend-ops": "4f84ad6bc59a2c437fbb88b1b194dc15f57c935e7eeb2d5cde962d2e7d9e902f" | |
| } | |
| } | |
| }, | |
| "changed_library_names": [ | |
| "libggml-hip.so.0", | |
| "libggml-hip.so", | |
| "libggml-hip.so.0.23.0" | |
| ], | |
| "binary_hashes": { | |
| "libggml.so.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae", | |
| "libggml-hip.so.0": "c50f399c93da8bd1eadacff8ee0ec51d437d0ef2b10730a8c1175e3e4134ad43", | |
| "libmtmd.so.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6", | |
| "libllama-bench-impl.so": "1e610fe805a3ca48385624c527eb30687d05973424e9c1c1c400b47932b907d6", | |
| "libggml-cpu.so": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9", | |
| "libggml.so": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae", | |
| "libggml-hip.so": "c50f399c93da8bd1eadacff8ee0ec51d437d0ef2b10730a8c1175e3e4134ad43", | |
| "libggml-base.so": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44", | |
| "libggml-cpu.so.0.23.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9", | |
| "libmtmd.so": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6", | |
| "libllama-server-impl.so": "d1610c37ddbaf42bfbd2a458552c8dd8090779c8e86642faeb224ff21b29cddf", | |
| "libllama-common.so": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740", | |
| "llama-bench": "a939ebf4f181ab5daa6dd8f163e236d8b09cabf69da63db196eb272a17061f32", | |
| "libllama.so.0.4.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e", | |
| "libggml.so.0.23.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae", | |
| "libggml-base.so.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44", | |
| "libllama-common.so.0.4.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740", | |
| "libggml-cpu.so.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9", | |
| "libmtmd.so.0.4.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6", | |
| "test-backend-sched-ring": "99f898a684ccece9681e1b501d31e4a53f7f567c3f3b975ff42716cb3c1ce0be", | |
| "llama-server": "6651c8ea36b8bb4ecaa8b9a06bc1353c8a209c745017ac838409c0de348d4893", | |
| "libllama-common.so.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740", | |
| "libggml-hip.so.0.23.0": "c50f399c93da8bd1eadacff8ee0ec51d437d0ef2b10730a8c1175e3e4134ad43", | |
| "libllama.so": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e", | |
| "test-backend-ops": "4f84ad6bc59a2c437fbb88b1b194dc15f57c935e7eeb2d5cde962d2e7d9e902f", | |
| "libggml-base.so.0.23.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44", | |
| "libllama.so.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e" | |
| }, | |
| "files": [ | |
| { | |
| "path": "CIRU_RELEASE.json", | |
| "mode": 420, | |
| "bytes": 4454, | |
| "sha256": "774091ee0e38c5ee3f416dcdb3ccee05edfda96b06c8ed5297920887525e3c40" | |
| }, | |
| { | |
| "path": "LICENSE", | |
| "mode": 420, | |
| "bytes": 1078, | |
| "sha256": "94f29bbed6a22c35b992c5c6ebf0e7c92f13b836b90f36f461c9cf2f0f1d010d" | |
| }, | |
| { | |
| "path": "README.md", | |
| "mode": 420, | |
| "bytes": 4454, | |
| "sha256": "f10b73859708e45fa78bbac73027669d3096c4a3d62e86472b442ba1898cd938" | |
| }, | |
| { | |
| "path": "THIRD_PARTY_NOTICES.md", | |
| "mode": 420, | |
| "bytes": 1204, | |
| "sha256": "8f2e8a64819c7ce984e33fdd70fa7482d0999df0141b4d5767848a4cfd397454" | |
| }, | |
| { | |
| "path": "bin/libggml-base.so", | |
| "mode": 511, | |
| "symlink": "libggml-base.so.0" | |
| }, | |
| { | |
| "path": "bin/libggml-base.so.0", | |
| "mode": 511, | |
| "symlink": "libggml-base.so.0.23.0" | |
| }, | |
| { | |
| "path": "bin/libggml-base.so.0.23.0", | |
| "mode": 493, | |
| "bytes": 966768, | |
| "sha256": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44" | |
| }, | |
| { | |
| "path": "bin/libggml-cpu.so", | |
| "mode": 511, | |
| "symlink": "libggml-cpu.so.0" | |
| }, | |
| { | |
| "path": "bin/libggml-cpu.so.0", | |
| "mode": 511, | |
| "symlink": "libggml-cpu.so.0.23.0" | |
| }, | |
| { | |
| "path": "bin/libggml-cpu.so.0.23.0", | |
| "mode": 493, | |
| "bytes": 1433400, | |
| "sha256": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9" | |
| }, | |
| { | |
| "path": "bin/libggml-hip.so", | |
| "mode": 511, | |
| "symlink": "libggml-hip.so.0" | |
| }, | |
| { | |
| "path": "bin/libggml-hip.so.0", | |
| "mode": 511, | |
| "symlink": "libggml-hip.so.0.23.0" | |
| }, | |
| { | |
| "path": "bin/libggml-hip.so.0.23.0", | |
| "mode": 493, | |
| "bytes": 83681920, | |
| "sha256": "c50f399c93da8bd1eadacff8ee0ec51d437d0ef2b10730a8c1175e3e4134ad43" | |
| }, | |
| { | |
| "path": "bin/libggml.so", | |
| "mode": 511, | |
| "symlink": "libggml.so.0" | |
| }, | |
| { | |
| "path": "bin/libggml.so.0", | |
| "mode": 511, | |
| "symlink": "libggml.so.0.23.0" | |
| }, | |
| { | |
| "path": "bin/libggml.so.0.23.0", | |
| "mode": 493, | |
| "bytes": 55344, | |
| "sha256": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae" | |
| }, | |
| { | |
| "path": "bin/libllama-bench-impl.so", | |
| "mode": 493, | |
| "bytes": 459120, | |
| "sha256": "1e610fe805a3ca48385624c527eb30687d05973424e9c1c1c400b47932b907d6" | |
| }, | |
| { | |
| "path": "bin/libllama-common.so", | |
| "mode": 511, | |
| "symlink": "libllama-common.so.0" | |
| }, | |
| { | |
| "path": "bin/libllama-common.so.0", | |
| "mode": 511, | |
| "symlink": "libllama-common.so.0.4.0" | |
| }, | |
| { | |
| "path": "bin/libllama-common.so.0.4.0", | |
| "mode": 493, | |
| "bytes": 5874224, | |
| "sha256": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740" | |
| }, | |
| { | |
| "path": "bin/libllama-server-impl.so", | |
| "mode": 493, | |
| "bytes": 3769616, | |
| "sha256": "d1610c37ddbaf42bfbd2a458552c8dd8090779c8e86642faeb224ff21b29cddf" | |
| }, | |
| { | |
| "path": "bin/libllama.so", | |
| "mode": 511, | |
| "symlink": "libllama.so.0" | |
| }, | |
| { | |
| "path": "bin/libllama.so.0", | |
| "mode": 511, | |
| "symlink": "libllama.so.0.4.0" | |
| }, | |
| { | |
| "path": "bin/libllama.so.0.4.0", | |
| "mode": 493, | |
| "bytes": 4923048, | |
| "sha256": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e" | |
| }, | |
| { | |
| "path": "bin/libmtmd.so", | |
| "mode": 511, | |
| "symlink": "libmtmd.so.0" | |
| }, | |
| { | |
| "path": "bin/libmtmd.so.0", | |
| "mode": 511, | |
| "symlink": "libmtmd.so.0.4.0" | |
| }, | |
| { | |
| "path": "bin/libmtmd.so.0.4.0", | |
| "mode": 493, | |
| "bytes": 1917752, | |
| "sha256": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6" | |
| }, | |
| { | |
| "path": "bin/llama-bench", | |
| "mode": 493, | |
| "bytes": 15944, | |
| "sha256": "a939ebf4f181ab5daa6dd8f163e236d8b09cabf69da63db196eb272a17061f32" | |
| }, | |
| { | |
| "path": "bin/llama-server", | |
| "mode": 493, | |
| "bytes": 15944, | |
| "sha256": "6651c8ea36b8bb4ecaa8b9a06bc1353c8a209c745017ac838409c0de348d4893" | |
| }, | |
| { | |
| "path": "bin/test-backend-ops", | |
| "mode": 493, | |
| "bytes": 1457416, | |
| "sha256": "4f84ad6bc59a2c437fbb88b1b194dc15f57c935e7eeb2d5cde962d2e7d9e902f" | |
| }, | |
| { | |
| "path": "bin/test-backend-sched-ring", | |
| "mode": 493, | |
| "bytes": 17712, | |
| "sha256": "99f898a684ccece9681e1b501d31e4a53f7f567c3f3b975ff42716cb3c1ce0be" | |
| }, | |
| { | |
| "path": "docs/BUILD_LINUX.md", | |
| "mode": 420, | |
| "bytes": 2482, | |
| "sha256": "04ca5c57776e9fc0c9c13c12d644072e9ef15a98bd5a770d091f82f473aad767" | |
| }, | |
| { | |
| "path": "docs/RUNNING.md", | |
| "mode": 420, | |
| "bytes": 4307, | |
| "sha256": "76029e9cd5588c987d472b75ff6dcad5d3af16ecd7b549af284d1e5cc57a874a" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.1.0/IO32-VALIDATION.json", | |
| "mode": 420, | |
| "bytes": 3462, | |
| "sha256": "e828df7c25582d4078951cde74346f336ca784bfbbfa0e695562209f42692437" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.1.0/PACKAGE-CHECKS.json", | |
| "mode": 420, | |
| "bytes": 1537, | |
| "sha256": "f7f0e696e965dcdcf9975cba0b8cf171aad1a1de3b71e7a1ea1c3155998866f7" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.1.0/QUALIFICATION.md", | |
| "mode": 420, | |
| "bytes": 1626, | |
| "sha256": "b365beb5ae381403237041531e1d287b56d02b70087a153f44989014aab673bc" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.2.0/BUILD-CORRECTION.json", | |
| "mode": 420, | |
| "bytes": 476, | |
| "sha256": "c30c87a38f98638c7fca1be2c17421f85b7151aa46a951c9086c7b54270d69df" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.2.0/LAUNCHER-CHECKS.json", | |
| "mode": 420, | |
| "bytes": 3442, | |
| "sha256": "999f286d76dd1bd82cd2c0e7f5420b0f55a12af020a26e0ec6a6e6b26a2eac2f" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.2.0/MODEL-CHECKS.json", | |
| "mode": 420, | |
| "bytes": 839, | |
| "sha256": "6dacfc617dc495c8d2e5bd76e615fca0d7658b9aa554a6503ec31777da72024a" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.2.0/NUMERICAL-CHECKS.json", | |
| "mode": 420, | |
| "bytes": 9824, | |
| "sha256": "a5854f61199ac3d2b9de1b61968c0b23d5bc25080644d2300be221fa89d45601" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.2.0/PERFORMANCE.json", | |
| "mode": 420, | |
| "bytes": 1454, | |
| "sha256": "56008760049a0d61f99331e51c3461f5e0be67f81776a2ad1572875b276bf0a4" | |
| }, | |
| { | |
| "path": "docs/qualification/v4.2.0/QUALIFICATION.md", | |
| "mode": 420, | |
| "bytes": 4591, | |
| "sha256": "a8e3f20544e031217d8c2d7f2e633553c9e0ec205174a93ed2f94c230257ba4e" | |
| }, | |
| { | |
| "path": "profiles/strix-halo-production.env", | |
| "mode": 420, | |
| "bytes": 2300, | |
| "sha256": "77c56caf9ba8f550beaf28c36f1e68dbeffc65abc52d0b7325cded5d64c80e1b" | |
| }, | |
| { | |
| "path": "scripts/apple/validate-apps.sh", | |
| "mode": 493, | |
| "bytes": 156, | |
| "sha256": "8ced6e8720271f7b2354184b64e9d216e58ae8c1ee7b7f5667242da79479e548" | |
| }, | |
| { | |
| "path": "scripts/apple/validate-ios.sh", | |
| "mode": 493, | |
| "bytes": 31780, | |
| "sha256": "0c5e04187df5d812d1fa56f45337ac4e1485ad5b9351d5284d1f1e8fd9e5437b" | |
| }, | |
| { | |
| "path": "scripts/apple/validate-macos.sh", | |
| "mode": 493, | |
| "bytes": 30256, | |
| "sha256": "9a4da4e6621150dd81fa06b280b7cb679fe176348119e0ae368a8c4ff49e4ce4" | |
| }, | |
| { | |
| "path": "scripts/apple/validate-tvos.sh", | |
| "mode": 493, | |
| "bytes": 31681, | |
| "sha256": "5000a2453bdf4634eb173bc97de7b7079efc63338de81b275fd2c5f757c94927" | |
| }, | |
| { | |
| "path": "scripts/apple/validate-visionos.sh", | |
| "mode": 493, | |
| "bytes": 31770, | |
| "sha256": "22dd1c15380da935c35d59989f316f5d0c0332e863a232bd96b2ac042b5565bd" | |
| }, | |
| { | |
| "path": "scripts/bench-models.sh", | |
| "mode": 493, | |
| "bytes": 2203, | |
| "sha256": "3370c56670d921d47e573c290af34855bffa455b9a747bf95c92db268bff296a" | |
| }, | |
| { | |
| "path": "scripts/build-info.sh", | |
| "mode": 493, | |
| "bytes": 717, | |
| "sha256": "3e198b6731c4b2dccc035a579712ca756f453386b8ceec75db06961bcd7cde0a" | |
| }, | |
| { | |
| "path": "scripts/build-profile.ps1", | |
| "mode": 420, | |
| "bytes": 3823, | |
| "sha256": "81dd019d3b2c90f5b89f80e86dc0ef9c3caea0e894e5667976bfa88dd93ead7a" | |
| }, | |
| { | |
| "path": "scripts/build-profile.sh", | |
| "mode": 493, | |
| "bytes": 3311, | |
| "sha256": "2a4581e3a37df24c4b50c4102f6ad52c35be1e965181ec70b88484f7a2223f89" | |
| }, | |
| { | |
| "path": "scripts/ccache-clear.sh", | |
| "mode": 493, | |
| "bytes": 3865, | |
| "sha256": "810eaf107776b98bf4b1b33693fcd1eb4b3db7029468092dba28dff3cca0310a" | |
| }, | |
| { | |
| "path": "scripts/check-requirements.sh", | |
| "mode": 493, | |
| "bytes": 4447, | |
| "sha256": "73b7e2262b384422ba9d7daef4b49a25eb931dc79f1453a3dfcb243c744c8101" | |
| }, | |
| { | |
| "path": "scripts/ciru/build-linux-amd.sh", | |
| "mode": 493, | |
| "bytes": 4103, | |
| "sha256": "fd356b77aaccc26a4b54f8ed25fb851a35f8f5d3bac32439a2e085a1cc5e705c" | |
| }, | |
| { | |
| "path": "scripts/ciru/build-linux-cpu.sh", | |
| "mode": 493, | |
| "bytes": 508, | |
| "sha256": "890eb50fe9df5de914135112f6cef86b25dff04ed374d55809727d1e9b98de16" | |
| }, | |
| { | |
| "path": "scripts/ciru/build-macos.sh", | |
| "mode": 493, | |
| "bytes": 521, | |
| "sha256": "71815208a03d74c77308c75e069559a5dbe5f5afedd9d15aa7136aec2a7c4375" | |
| }, | |
| { | |
| "path": "scripts/ciru/build-windows.ps1", | |
| "mode": 420, | |
| "bytes": 478, | |
| "sha256": "5ad36bbbfa72c05e85eb68787716bd59179b181d286200829cace81631fdc47c" | |
| }, | |
| { | |
| "path": "scripts/ciru/run-orca-server.sh", | |
| "mode": 493, | |
| "bytes": 141, | |
| "sha256": "b2553637f61338d2e4d56fd5b67d9d485131647fe49f74ea76cb6b9feaa6677e" | |
| }, | |
| { | |
| "path": "scripts/ciru/run-server.sh", | |
| "mode": 493, | |
| "bytes": 6106, | |
| "sha256": "f73302a4a3a4e70e9e25875fedc0c555ffc09172b1ffa58b369bf30ac496aaf1" | |
| }, | |
| { | |
| "path": "scripts/ciru/setup-linux-amd.sh", | |
| "mode": 493, | |
| "bytes": 3305, | |
| "sha256": "907961804699c626c3fa669813b0522a1543cf80f0d0e460edbaed1391fd9f98" | |
| }, | |
| { | |
| "path": "scripts/compare-commits.sh", | |
| "mode": 493, | |
| "bytes": 1798, | |
| "sha256": "a1048b31e74bf7b60a537fef6ec4a02d6855c59849c0e75dbe55f1a8a08d4388" | |
| }, | |
| { | |
| "path": "scripts/compare-llama-bench.py", | |
| "mode": 493, | |
| "bytes": 46189, | |
| "sha256": "d27bc58fc66939c820cce727a7afd3f72c33405703b332a0c706d48e0bd89279" | |
| }, | |
| { | |
| "path": "scripts/compare-logprobs.py", | |
| "mode": 420, | |
| "bytes": 9459, | |
| "sha256": "2c08992c8015cb38a901250cac4a6beb4f3c3db5c390efd2ddd3abd05208eb4a" | |
| }, | |
| { | |
| "path": "scripts/create_ops_docs.py", | |
| "mode": 493, | |
| "bytes": 6921, | |
| "sha256": "fbc9fd162663ad0e362a04204c1a98401209720e3cd7aa188d44a73e0fcb9eda" | |
| }, | |
| { | |
| "path": "scripts/debug-test.sh", | |
| "mode": 493, | |
| "bytes": 5080, | |
| "sha256": "e29b1cad2656c1e5bd82d29dd90608e2ac6d2c7b00ab35f97109425b0376a5f3" | |
| }, | |
| { | |
| "path": "scripts/gen-authors.sh", | |
| "mode": 493, | |
| "bytes": 345, | |
| "sha256": "3d9f4568c55cfb5d79e2388f33a3da91dcca5c797a72fd5737ee1a5bf450acef" | |
| }, | |
| { | |
| "path": "scripts/gen-unicode-data.py", | |
| "mode": 420, | |
| "bytes": 6414, | |
| "sha256": "1263a483de7fc2b00e4a04a6dd9ef8fe7029f208aa692365b63d43551a7808e5" | |
| }, | |
| { | |
| "path": "scripts/get-flags.mk", | |
| "mode": 420, | |
| "bytes": 1297, | |
| "sha256": "038c1501b68ced9e9f819e2216d94e5453aa9929fa6a34dbd4bd3136e111ba09" | |
| }, | |
| { | |
| "path": "scripts/get-hellaswag.sh", | |
| "mode": 493, | |
| "bytes": 661, | |
| "sha256": "fd88558dfd3879d6072c709f19581f683b07eae07e2f0fd81a3e687c31884cb3" | |
| }, | |
| { | |
| "path": "scripts/get-pg.sh", | |
| "mode": 493, | |
| "bytes": 1396, | |
| "sha256": "54c349a1b4ba8019d7fe7a8fe1b033325d73486c387025189b005077f6cd30be" | |
| }, | |
| { | |
| "path": "scripts/get-wikitext-2.sh", | |
| "mode": 493, | |
| "bytes": 745, | |
| "sha256": "0d09ae33d5473a0b406332ccd1a41e24e09dced9c6ab97388ebaa9729259bd48" | |
| }, | |
| { | |
| "path": "scripts/get-winogrande.sh", | |
| "mode": 493, | |
| "bytes": 684, | |
| "sha256": "0e6021f3424d937961d87704b36240b46167e2e4f6118d2763fae79ce1f17513" | |
| }, | |
| { | |
| "path": "scripts/get_chat_template.py", | |
| "mode": 493, | |
| "bytes": 2866, | |
| "sha256": "5161a4c0c644a7e326a144a55f2e9b2b3aab562bf787e139cc0a8f99fa90f90e" | |
| }, | |
| { | |
| "path": "scripts/git-bisect-run.sh", | |
| "mode": 493, | |
| "bytes": 407, | |
| "sha256": "5fb7bf323516a18fdde58903d41cb6edcf6a43fab01b4809dfba21420008e857" | |
| }, | |
| { | |
| "path": "scripts/git-bisect.sh", | |
| "mode": 493, | |
| "bytes": 615, | |
| "sha256": "3f2f7a4d81d85d9cbcb2a38cd44505a245c445569bc95f9abd5f60dc5242c2dd" | |
| }, | |
| { | |
| "path": "scripts/hf.sh", | |
| "mode": 493, | |
| "bytes": 2311, | |
| "sha256": "ad38d61cb75d5a783f9ef29a3aafe670b5d93fea8c1ca87221f0ccf04d506493" | |
| }, | |
| { | |
| "path": "scripts/hip/gcn-cdna-vgpr-check.py", | |
| "mode": 420, | |
| "bytes": 4477, | |
| "sha256": "e3beb71d656bad9d3f5476e64c5aa3ea4c3bbc2abb870f5dc2f738f63259cbe7" | |
| }, | |
| { | |
| "path": "scripts/install-oneapi.bat", | |
| "mode": 420, | |
| "bytes": 802, | |
| "sha256": "a117a8754c2fd2712fe5a4f50b74d6049726f29f2de9a3f4969425d0232e4abf" | |
| }, | |
| { | |
| "path": "scripts/jinja/jinja-tester.py", | |
| "mode": 493, | |
| "bytes": 18894, | |
| "sha256": "c9e09df91b767247a844d021a4a37f68ce79fc1a0faa78eee91573794c43098f" | |
| }, | |
| { | |
| "path": "scripts/jinja/requirements.txt", | |
| "mode": 420, | |
| "bytes": 15, | |
| "sha256": "51f5f1bc6f8062c2c2e25b6c1e0d689f3a905b83e2541606b99e85cb330533d9" | |
| }, | |
| { | |
| "path": "scripts/make-release-checks.sh", | |
| "mode": 493, | |
| "bytes": 7234, | |
| "sha256": "08446e068bca251aa35b54bdfcbeb322ae24873f0a5cc924b5dd23fce90b64b1" | |
| }, | |
| { | |
| "path": "scripts/make-release-desc.sh", | |
| "mode": 493, | |
| "bytes": 3393, | |
| "sha256": "0f00ae4c09d1ba1518c7580a337fb047f726d53212121ecf1e9b15d66b562021" | |
| }, | |
| { | |
| "path": "scripts/make-release-summary.txt", | |
| "mode": 420, | |
| "bytes": 1498, | |
| "sha256": "0d6710ddfd1f36d27ad370c01edafc35e2923196fc084bd14072bea366db5021" | |
| }, | |
| { | |
| "path": "scripts/pr2wt.sh", | |
| "mode": 493, | |
| "bytes": 2496, | |
| "sha256": "5c9b48ec71d7f4cc45073528c34e444a305a380b0f0ef26f6abe9eb6d6e4cfc7" | |
| }, | |
| { | |
| "path": "scripts/release.sh", | |
| "mode": 493, | |
| "bytes": 6549, | |
| "sha256": "8eff11ef379ef6780d9d160d4d141786dc419ce3d84b04f4a9c93faadb6d88da" | |
| }, | |
| { | |
| "path": "scripts/serve-static.js", | |
| "mode": 420, | |
| "bytes": 3369, | |
| "sha256": "553c84c946e46d53ebecd026c2283398eaf3fd0436603d90e796aae30d944392" | |
| }, | |
| { | |
| "path": "scripts/server-bench.py", | |
| "mode": 493, | |
| "bytes": 13589, | |
| "sha256": "429eb1894471a68c271cbef405600dd124d24c39ca68ffff42f29e54503c907f" | |
| }, | |
| { | |
| "path": "scripts/server-test-function-call.py", | |
| "mode": 493, | |
| "bytes": 39021, | |
| "sha256": "226fd90cba1b9931bab8807d65793d8932bf4ee9784531aaf3db9be3129eaa3d" | |
| }, | |
| { | |
| "path": "scripts/server-test-model.py", | |
| "mode": 420, | |
| "bytes": 8007, | |
| "sha256": "0563a39c42bb5e15ed0ee8323380f4c33ec591498278beb477a4c3465cf91cf9" | |
| }, | |
| { | |
| "path": "scripts/server-test-parallel-tc.py", | |
| "mode": 493, | |
| "bytes": 32928, | |
| "sha256": "d20d24672fb95564c606e793c17d120abcd8a633f16bde92a1b4f4fc2996c028" | |
| }, | |
| { | |
| "path": "scripts/server-test-structured.py", | |
| "mode": 493, | |
| "bytes": 36429, | |
| "sha256": "bca9355fe3a7239623f180366ddea0ea82bc6dbc0da66bc6956a2630c9cf1407" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/adb/llama-cli.farf", | |
| "mode": 420, | |
| "bytes": 7, | |
| "sha256": "75d01fe0aab9b9a7512440caab60fc39983aee3c897b494cb3748db9fe61e99a" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/build.py", | |
| "mode": 493, | |
| "bytes": 11676, | |
| "sha256": "439fb8ba3da1f540de91a62caff4098a05c65bd732f97e30eba8f199350f0d95" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/ggml-hexagon-align-macros.py", | |
| "mode": 493, | |
| "bytes": 11224, | |
| "sha256": "f4c8cb604f7d29a66e2a5a94607bcae321bb534a9c8a3ae0094c823f111e1ef7" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/ggml-hexagon-profile.py", | |
| "mode": 493, | |
| "bytes": 28949, | |
| "sha256": "929dff624351102f76e020412455a43b5e46acd26e97fc91c74d23bb4f604377" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/ggml-hexagon-trace.py", | |
| "mode": 493, | |
| "bytes": 32297, | |
| "sha256": "5dba2d8dccc584a33a378ead1000809c09a970826e37f76ef2ac5888315a20c1" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/qdc/requirements.txt", | |
| "mode": 420, | |
| "bytes": 388, | |
| "sha256": "0ba8b3f89b4a87ddcda5f6a63fc2d428f8cbab07b73c1d42de2683446660d970" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/qdc/run_qdc_jobs.py", | |
| "mode": 420, | |
| "bytes": 23372, | |
| "sha256": "7d48539add047205360f6a78e2103bdb2e6c09cdfa366e4adaf472070ac8b9bd" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/qdc/tests/conftest.py", | |
| "mode": 420, | |
| "bytes": 562, | |
| "sha256": "d8db0560ff8a85c8472174d8594198dae4b8eeaa6c79e5ddfbec7f3618ed9988" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/qdc/tests/linux/run_linux.sh", | |
| "mode": 420, | |
| "bytes": 6911, | |
| "sha256": "53f435d17dc873f68e141f55b0395d68809bf99943952d07917624f54327a852" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/qdc/tests/run_backend_ops_posix.py", | |
| "mode": 420, | |
| "bytes": 1347, | |
| "sha256": "2c2238923e09fa77f5ee799b0a088aeacc2c81231204c57b396cc1f9c443157b" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/qdc/tests/run_bench_tests_posix.py", | |
| "mode": 420, | |
| "bytes": 2954, | |
| "sha256": "36a0d8f07a64fe7249fbbd6434bf9671fbcbff200c464ecc0701f6bbbbf0c285" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/qdc/tests/utils.py", | |
| "mode": 420, | |
| "bytes": 5028, | |
| "sha256": "3c54783b39b60866b9b75423672517eba0ec22ab3c417ad66d4bce4cf6a0e6b7" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/run.py", | |
| "mode": 493, | |
| "bytes": 20360, | |
| "sha256": "253881487156371ec34bdc82917f5c755feff693280a47377b0e5d4e27c0a3a0" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/sdk.py", | |
| "mode": 420, | |
| "bytes": 2143, | |
| "sha256": "ae6f4e939aea9f5c3eebd1a7b2535b26fabb43f62d09974c38f6b24fabfbf0fb" | |
| }, | |
| { | |
| "path": "scripts/snapdragon/setup-sdk.py", | |
| "mode": 420, | |
| "bytes": 9120, | |
| "sha256": "8d2e928db3fcbeb4fd21666933929e951b639adcf4aca6bf07248b9ddec066fc" | |
| }, | |
| { | |
| "path": "scripts/sync-ggml-am.sh", | |
| "mode": 493, | |
| "bytes": 4617, | |
| "sha256": "aa976c4968842681ee75d8296da17fa4fcad2d864c2ad441431fdc0b39924ac2" | |
| }, | |
| { | |
| "path": "scripts/sync-ggml.last", | |
| "mode": 420, | |
| "bytes": 41, | |
| "sha256": "9dc6c7433c6184de1d11f45d7226fa63465c16cb8a576ced6dbe0efec09d074f" | |
| }, | |
| { | |
| "path": "scripts/sync-ggml.sh", | |
| "mode": 493, | |
| "bytes": 788, | |
| "sha256": "d9aca1142dd3e5ab8646e691cdfdd4f6e5120dfe232b13799b9b1beae8298385" | |
| }, | |
| { | |
| "path": "scripts/sync_vendor.py", | |
| "mode": 493, | |
| "bytes": 5610, | |
| "sha256": "7bb6639f0be1a3503b8fec6e0ea81e933f10cbcc437942ebe47575a84840e5ab" | |
| }, | |
| { | |
| "path": "scripts/tool_bench.py", | |
| "mode": 493, | |
| "bytes": 15027, | |
| "sha256": "a3fd8b7390a184d7299c3449af4c079297c8e57710f330c46ed2f06a6385d9d8" | |
| }, | |
| { | |
| "path": "scripts/tool_bench.sh", | |
| "mode": 493, | |
| "bytes": 6055, | |
| "sha256": "cdffafc7811400293ce028830e321ab6641f4908c0ae2b3706dfa90c35ab986c" | |
| }, | |
| { | |
| "path": "scripts/ui-assets.cmake", | |
| "mode": 420, | |
| "bytes": 18828, | |
| "sha256": "79dd0bf8cd546914901a8abb77b848ca4a8c63a43cf6733d08a3f9b1e686a5a3" | |
| }, | |
| { | |
| "path": "scripts/verify-checksum-models.py", | |
| "mode": 493, | |
| "bytes": 2476, | |
| "sha256": "a76122391f4e332c61f16469e5e300f1181cb4b50ea2dd757be2cc7f885046b2" | |
| }, | |
| { | |
| "path": "scripts/wc2wt.sh", | |
| "mode": 493, | |
| "bytes": 1435, | |
| "sha256": "3e2383e44be7c4e3476e479260f0ff1d70ddf41abedef32433730307ff1ec703" | |
| }, | |
| { | |
| "path": "ui/_app/immutable/assets/bundle.oAmIsIaD.css", | |
| "mode": 420, | |
| "bytes": 543230, | |
| "sha256": "9ef7fce5129ed1d882639620217a731e25aa57558929abedbaac7bfdc657b31d" | |
| }, | |
| { | |
| "path": "ui/_app/immutable/bundle.CgxMsZEt.js", | |
| "mode": 420, | |
| "bytes": 8859739, | |
| "sha256": "dfe91bfbef0b39f9c990586e825b4ca71068551bff11fdd2457b67960037f8d8" | |
| }, | |
| { | |
| "path": "ui/_app/version.json", | |
| "mode": 420, | |
| "bytes": 27, | |
| "sha256": "993ca85bb699e8cb1ff59d0f98c89e02e8da6b48f95538b4a91f0fadbf2f95cf" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-1136x640.png", | |
| "mode": 420, | |
| "bytes": 1246, | |
| "sha256": "493b7dcfcb44bf6e93c2cc9b872fa85bab77bd59ce4d3750cbdcab46c3276d1a" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-1334x750.png", | |
| "mode": 420, | |
| "bytes": 1571, | |
| "sha256": "7bf6f1ac725ab0ec24cb4d003f947acc325df20ef3e4194fecb8b261729f4b54" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2266x1488.png", | |
| "mode": 420, | |
| "bytes": 4403, | |
| "sha256": "074c1a672c2245b9ca0209d8a673ad2306e3be144605ed8ba5e114b97e6c7511" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2360x1640.png", | |
| "mode": 420, | |
| "bytes": 5005, | |
| "sha256": "ae6ce15888d3855b2c94ea2b2339919e79097b3cc2945b84487ea9fe248b1806" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2388x1668.png", | |
| "mode": 420, | |
| "bytes": 5166, | |
| "sha256": "d703efa06bec8aacb0076f894d717c1b2622316693bfafda39800ff2091d0283" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2532x1170.png", | |
| "mode": 420, | |
| "bytes": 3783, | |
| "sha256": "00dd5c0ded4678ccfc61546640c15b7176675e7022c551afd6cd7b98c5cf9d44" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2556x1179.png", | |
| "mode": 420, | |
| "bytes": 3818, | |
| "sha256": "1fe51da8322b461c0086d11b5dff16db0fc78cc4c0a96c70294a05242ebd3528" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2622x1206.png", | |
| "mode": 420, | |
| "bytes": 3977, | |
| "sha256": "478ef9ecceb2f2c6c9d4c59dbe88abea5e00aec8dd0a164c392b66414bdfe480" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2732x2048.png", | |
| "mode": 420, | |
| "bytes": 7037, | |
| "sha256": "ba6c6ce3420bd034955acc797b3fd6f7d098fc9e3da77b44e3975031354f7e9f" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2778x1284.png", | |
| "mode": 420, | |
| "bytes": 4469, | |
| "sha256": "f8efef0f58c3d66b2b7b3e515d03e45aad6379266927ac2e1ee953dba8c7a8b5" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2796x1290.png", | |
| "mode": 420, | |
| "bytes": 4511, | |
| "sha256": "23f6e559135368ef4c8fa2c5dfbdab6c937b54ef810b9e2e609077dbe3da31e2" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-2868x1320.png", | |
| "mode": 420, | |
| "bytes": 4689, | |
| "sha256": "c1320361f7b214c4f3865d50082230b7ae855ce5795da33dbc28a5c8432a8ae1" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-1136x640.png", | |
| "mode": 420, | |
| "bytes": 1262, | |
| "sha256": "f66efed3c2b67da0fa716a7bde6dcc5540957e50c73c003884921dea4e79bfdc" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-1334x750.png", | |
| "mode": 420, | |
| "bytes": 1579, | |
| "sha256": "c095522fba04ddd57cbd3e473b647e017edfadeff71ed0a0fd91349649cc9168" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2266x1488.png", | |
| "mode": 420, | |
| "bytes": 4437, | |
| "sha256": "ff0d397701b1ff4ab36bc193b7688271125ad853d590126c9b2cc2ed7d02ee3e" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2360x1640.png", | |
| "mode": 420, | |
| "bytes": 4995, | |
| "sha256": "8242b07696870a82dcb891344fa791613763c7a2a3110afcb00974a5559c25d2" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2388x1668.png", | |
| "mode": 420, | |
| "bytes": 5142, | |
| "sha256": "e70d3e26d0c3e800ea2fd1e116d4a26bc68e9fb6450225b5892ad9e5794c5292" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2532x1170.png", | |
| "mode": 420, | |
| "bytes": 3766, | |
| "sha256": "29aab021ccdfe2c566aff5b6527e548c4da6ffe58d6a61a1707509221bcc79d1" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2556x1179.png", | |
| "mode": 420, | |
| "bytes": 3816, | |
| "sha256": "9095f7e31d13a18af6cda1295299f85e7646e2d72e6f4ae039f409bfbc0a41d2" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2622x1206.png", | |
| "mode": 420, | |
| "bytes": 3971, | |
| "sha256": "573e27a11d07879956860907274e50a76af0082d62f756b990c8ff3087328f0c" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2732x2048.png", | |
| "mode": 420, | |
| "bytes": 7055, | |
| "sha256": "eecd347ce8d92ca87a88d26ec657a73c6039a9800ea6fd81b7c1d4eade5523ab" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2778x1284.png", | |
| "mode": 420, | |
| "bytes": 4456, | |
| "sha256": "79a6756774386cf0af5a80a78336ca3e948d392d141dc72ed176960c6c05d27f" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2796x1290.png", | |
| "mode": 420, | |
| "bytes": 4515, | |
| "sha256": "70a7ea8ff70e06b85c69a33b7dfd690914ee24b24b599346d2fb45ab493f3de9" | |
| }, | |
| { | |
| "path": "ui/apple-splash-landscape-dark-2868x1320.png", | |
| "mode": 420, | |
| "bytes": 4685, | |
| "sha256": "48424f25a11d6b642436b8d9bfcd7e680e6066b147b527bfa11044616ecbe11a" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1170x2532.png", | |
| "mode": 420, | |
| "bytes": 3664, | |
| "sha256": "c35a132b380a7d62aaa97f0d1b422a6e9b91f9aff1a381ad32934c6e73c22f8e" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1179x2556.png", | |
| "mode": 420, | |
| "bytes": 3719, | |
| "sha256": "04f753d0c1bc895af9c32781f62962ac00b0a6e45cf870e24b275ea608945b62" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1206x2622.png", | |
| "mode": 420, | |
| "bytes": 3882, | |
| "sha256": "40db7bf17e032ef0d53c5a6de06180513ba5a17bd569d3fd1759c4f7365bf2ff" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1284x2778.png", | |
| "mode": 420, | |
| "bytes": 4292, | |
| "sha256": "8d89cf2b152ce04aa0c778e82b72323bf54b249f993dba984f2e17844e4d1326" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1290x2796.png", | |
| "mode": 420, | |
| "bytes": 4493, | |
| "sha256": "3f0c0cd3847c465517e896b8e8a1d98dce89c60e54cedea84af7da5a50305536" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1320x2868.png", | |
| "mode": 420, | |
| "bytes": 4563, | |
| "sha256": "18045fa2986fd618c28d672ec4270ef70f06afd563dbd168694ea483a3d58c96" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1488x2266.png", | |
| "mode": 420, | |
| "bytes": 4284, | |
| "sha256": "5d2fd6aa59808a415e4665ff923a2b0aa19a0da989c77722d25a79209eb20a52" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1640x2360.png", | |
| "mode": 420, | |
| "bytes": 4887, | |
| "sha256": "0af569653ac90f5ea9d6a07d764e8aa655eddfa76cca8c4d3c1e63d869dde4e4" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-1668x2388.png", | |
| "mode": 420, | |
| "bytes": 5016, | |
| "sha256": "d74b6a435cb6feb873f980d9fb5486b6362a5603b6bbeb9fa2a97cea177ce97a" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-2048x2732.png", | |
| "mode": 420, | |
| "bytes": 6948, | |
| "sha256": "08d85d2bf00c5f20dd27d6eb4aa711447b303f5b8b2a0da184fed83c0062810b" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-640x1136.png", | |
| "mode": 420, | |
| "bytes": 1207, | |
| "sha256": "0765df6eed4188740d620e6a4b279fa2d981301c74082e440b6e321f5cb83c0e" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-750x1334.png", | |
| "mode": 420, | |
| "bytes": 1524, | |
| "sha256": "3bbea52ee933f83ff0ce7cd5ad7bb52c146f428f880056fe60a599cae22afb18" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1170x2532.png", | |
| "mode": 420, | |
| "bytes": 3663, | |
| "sha256": "360adb051cc4aa6b353089ae7b46fa6a0d64a54524838c2dab77e30a1fff80f7" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1179x2556.png", | |
| "mode": 420, | |
| "bytes": 3741, | |
| "sha256": "36203157ee60a03f8e4459fceb40f602a29aecde4f37176c02737aea443235f8" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1206x2622.png", | |
| "mode": 420, | |
| "bytes": 3883, | |
| "sha256": "ca012a8437e441ffcd6403042686d7d57fc408c0166d67f90ec362243e2a6188" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1284x2778.png", | |
| "mode": 420, | |
| "bytes": 4292, | |
| "sha256": "c87c6ce396cc92f4e6f0f98a1288dde3201fd8fec36db3f88c0c553b61cec0ab" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1290x2796.png", | |
| "mode": 420, | |
| "bytes": 4482, | |
| "sha256": "6e91aefbcb101c33269a2507d98d9d79a90e8f04f856635e2f51b59e8cb819e8" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1320x2868.png", | |
| "mode": 420, | |
| "bytes": 4565, | |
| "sha256": "e9184634ca99bc34031883d3983208a3de2cfebb94d6bdeac22101e59440d4ce" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1488x2266.png", | |
| "mode": 420, | |
| "bytes": 4307, | |
| "sha256": "fb743eb009c0c6da8f33f999528f252a481062cc8b1166d76b17c880fe17c48d" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1640x2360.png", | |
| "mode": 420, | |
| "bytes": 4883, | |
| "sha256": "1451c9c5c9744bc6129bc34c2d03dde8a7bb0819d0693ca79e717893252d2d5f" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-1668x2388.png", | |
| "mode": 420, | |
| "bytes": 5019, | |
| "sha256": "994d543db51dd1053861dad346540e5b53fc63e15bfaf44e21977f5b2c5a841a" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-2048x2732.png", | |
| "mode": 420, | |
| "bytes": 6937, | |
| "sha256": "7246b87514e7c06818ef251e9494e8e7b39c690f5f873335a8374798d1c98f94" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-640x1136.png", | |
| "mode": 420, | |
| "bytes": 1214, | |
| "sha256": "92ae274e3176964422fda2e26b8bc91d69a05b2474c6af7aa5645a8c7f3f39c4" | |
| }, | |
| { | |
| "path": "ui/apple-splash-portrait-dark-750x1334.png", | |
| "mode": 420, | |
| "bytes": 1536, | |
| "sha256": "b7e60345346212ee56b0a8d0708f5c0cf5b32e0762058c3a2f2bfb474cc5d237" | |
| }, | |
| { | |
| "path": "ui/apple-touch-icon-180x180.png", | |
| "mode": 420, | |
| "bytes": 806, | |
| "sha256": "9638ef69f02fc5bc67e44f6c8c9f8bec0153aa272afdd851aa91389e9c3a298a" | |
| }, | |
| { | |
| "path": "ui/build.json", | |
| "mode": 420, | |
| "bytes": 37, | |
| "sha256": "ca54841597d7b29e56edea538481d9505b27c5f23be52afcab707a2f4e325ec5" | |
| }, | |
| { | |
| "path": "ui/favicon-dark.ico", | |
| "mode": 420, | |
| "bytes": 493, | |
| "sha256": "bf3f11aebeba82317f971a5a1c27707720e86dac95325c9beeadc61278ab0bdb" | |
| }, | |
| { | |
| "path": "ui/favicon-dark.svg", | |
| "mode": 420, | |
| "bytes": 800, | |
| "sha256": "0df4862c27bce2161c86ee36d9b6c6272c354f91025d0a690e7d46d6cb032988" | |
| }, | |
| { | |
| "path": "ui/favicon.ico", | |
| "mode": 420, | |
| "bytes": 486, | |
| "sha256": "185c18728e7476d2911dfc508a12437faaccac5c31dd972a096cc73cd704aceb" | |
| }, | |
| { | |
| "path": "ui/favicon.svg", | |
| "mode": 420, | |
| "bytes": 800, | |
| "sha256": "5ab26e56914d750a73010b8a65f1cc81394ddcae46f90e4681023f459ab33b06" | |
| }, | |
| { | |
| "path": "ui/index.html", | |
| "mode": 420, | |
| "bytes": 12638, | |
| "sha256": "02ec1b0d3f7e2104f4a7f7bf5d90d30193a0f5de12a98beda3c4149e4feba5a6" | |
| }, | |
| { | |
| "path": "ui/manifest.webmanifest", | |
| "mode": 420, | |
| "bytes": 524, | |
| "sha256": "1856d8180ea3c3f19dac8c3354d3d59b6949b240868e3c7aa54249aab6f6f26d" | |
| }, | |
| { | |
| "path": "ui/maskable-icon-512x512.png", | |
| "mode": 420, | |
| "bytes": 1894, | |
| "sha256": "421fb239b1214855d2dea741769c144f0bf0567e4b5c6c58d3db4a41236ec8ba" | |
| }, | |
| { | |
| "path": "ui/pwa-192x192.png", | |
| "mode": 420, | |
| "bytes": 3733, | |
| "sha256": "dc8c53052067727fdb62f8872457e7716ef16553f7b1db17f4ab29f709be0950" | |
| }, | |
| { | |
| "path": "ui/pwa-512x512.png", | |
| "mode": 420, | |
| "bytes": 12773, | |
| "sha256": "b8756d856a0bb7a5d2fe081119315da8dfbddadde2f8020bbc6eaab423a19245" | |
| }, | |
| { | |
| "path": "ui/pwa-64x64.png", | |
| "mode": 420, | |
| "bytes": 1253, | |
| "sha256": "c5e91dd629e2f070d8f1097e1a8689abba8f9b0f072830e825f24232fa96ce06" | |
| }, | |
| { | |
| "path": "ui/recommended-mcp/context7.png", | |
| "mode": 420, | |
| "bytes": 1489, | |
| "sha256": "5d42a0cad320600ee0ebb805065f212a81a257895e9dc39687b7958602ea4f70" | |
| }, | |
| { | |
| "path": "ui/recommended-mcp/exa.ico", | |
| "mode": 420, | |
| "bytes": 15154, | |
| "sha256": "b7207abacfbffefedde6faacd2a8750b8cbdd421ebdc756381b3bc9665939ada" | |
| }, | |
| { | |
| "path": "ui/recommended-mcp/github-dark.png", | |
| "mode": 420, | |
| "bytes": 584, | |
| "sha256": "bf0a7086aa8828289df0e48c1a9a57e14fe5b437fba84c7eff4d305d1d074ff1" | |
| }, | |
| { | |
| "path": "ui/recommended-mcp/github-light.png", | |
| "mode": 420, | |
| "bytes": 958, | |
| "sha256": "74cf90ac2fe6624ab1056cacea11cf7ed4f8bef54bbb0e869638013bba45bc08" | |
| }, | |
| { | |
| "path": "ui/recommended-mcp/huggingface.ico", | |
| "mode": 420, | |
| "bytes": 205556, | |
| "sha256": "7266292a5073388702cfca169d26766460cb90ba978bacc95c914ad7a5c611cb" | |
| }, | |
| { | |
| "path": "ui/sw.js", | |
| "mode": 420, | |
| "bytes": 6829, | |
| "sha256": "11cafc061bd264e26abc0d7728d335f12e0d89dd3926607985408f92c83b0c0e" | |
| }, | |
| { | |
| "path": "ui/workbox-b3c04f83.js", | |
| "mode": 420, | |
| "bytes": 21669, | |
| "sha256": "da1e7f839a1e93ec217925d558d19dbfd97bb0e8ee143cb4da651a895305b7bd" | |
| } | |
| ] | |
| } | |