"Building a Desktop LLM App with cpp-httplib" (#2403)

This commit is contained in:
yhirose
2026-03-21 23:31:55 -04:00
committed by GitHub
parent c2bdb1c5c1
commit 7178f451a4
35 changed files with 8889 additions and 35 deletions

View File

@@ -46,11 +46,8 @@ build:
bench:
@(cd benchmark && make bench-all)
docs:
@cargo build --release --manifest-path docs-gen/Cargo.toml
@./docs-gen/target/release/docs-gen build docs-src --out docs
docs-serve:
@cargo build --release --manifest-path docs-gen/Cargo.toml
-@./docs-gen/target/release/docs-gen serve docs-src --open
-@docs-gen serve docs-src --open
docs-check:
@docs-gen check docs-src