Skip to content

Commit

Permalink
[Web] Add kv_state and rnn_state to wasm_runtime (#16791)
Browse files Browse the repository at this point in the history
Fix the outdated `wasm_runtime` to include the `kv_state` and `rnn_state`
  • Loading branch information
Hzfengsy authored Mar 26, 2024
1 parent 8274d14 commit 571fdaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/emcc/wasm_runtime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@
#include "src/runtime/relax_vm/builtin.cc"
#include "src/runtime/relax_vm/bytecode.cc"
#include "src/runtime/relax_vm/executable.cc"
#include "src/runtime/relax_vm/kv_state.cc"
#include "src/runtime/relax_vm/lm_support.cc"
#include "src/runtime/relax_vm/ndarray_cache_support.cc"
#include "src/runtime/relax_vm/paged_kv_cache.cc"
#include "src/runtime/relax_vm/rnn_state.cc"
#include "src/runtime/relax_vm/vm.cc"

// --- Implementations of backend and wasm runtime API. ---
Expand Down

0 comments on commit 571fdaf

Please sign in to comment.