Spaces:
Running
Running
Commit ·
efad46f
1
Parent(s): 9517326
Upload index.html
Browse files- index.html +0 -1
index.html
CHANGED
|
@@ -334,7 +334,6 @@
|
|
| 334 |
async function init() {
|
| 335 |
try {
|
| 336 |
await wllama.loadModelFromUrl(MODEL_URL, {
|
| 337 |
-
async function init() {
|
| 338 |
n_threads: 1,
|
| 339 |
n_ctx: 512,
|
| 340 |
use_mmap: false,
|
|
|
|
| 334 |
async function init() {
|
| 335 |
try {
|
| 336 |
await wllama.loadModelFromUrl(MODEL_URL, {
|
|
|
|
| 337 |
n_threads: 1,
|
| 338 |
n_ctx: 512,
|
| 339 |
use_mmap: false,
|