Skip to content

Commit

Permalink
docs no pthreads
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Feb 12, 2024
1 parent 5f1e54c commit e530ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ <h2> Demo </h2>
</main>

<!-- example -->
<script type="module" src="example.js?v=240212-19"></script>
<script type="module" src="example.js?v=240212-20"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/llama/main-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const run_main = (
"--temp", temp.toString(),
"--top_k", top_k.toString(),
"--top_p", top_p.toString(),
// "--no-mmap",
"--no-mmap",
"--simple-io",
"--log-disable",
"--prompt", prompt.toString(),
Expand Down
2 changes: 1 addition & 1 deletion src/llama/main-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const run_main = (
"--temp", temp.toString(),
"--top_k", top_k.toString(),
"--top_p", top_p.toString(),
// "--no-mmap",
"--no-mmap",
"--simple-io",
"--log-disable",
"--prompt", prompt.toString(),
Expand Down

0 comments on commit e530ee2

Please sign in to comment.