Skip to content

Commit

Permalink
bump upstream source code
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Dec 1, 2024
1 parent e6bc698 commit 123c632
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ json action_set_options(app_t &app, json &body)
json action_sampling_init(app_t &app, json &body)
{
// sampling
common_sampler_params sparams;
common_params_sampling sparams;
sparams.seed = app.seed;
if (sparams.seed == LLAMA_DEFAULT_SEED)
sparams.seed = time(NULL);
Expand Down
2 changes: 1 addition & 1 deletion llama.cpp
Submodule llama.cpp updated 239 files
2 changes: 1 addition & 1 deletion src/multi-thread/wllama.js

Large diffs are not rendered by default.

Binary file modified src/multi-thread/wllama.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/single-thread/wllama.js

Large diffs are not rendered by default.

Binary file modified src/single-thread/wllama.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions src/workers-code/generated.ts

Large diffs are not rendered by default.

0 comments on commit 123c632

Please sign in to comment.