Y
Hacker News
new
|
ask
|
show
|
jobs
by
sieste
1202 days ago
Does anyone know how to avoid downloading the model weights when doing `npx dalai llama`, and instead telling the install process where they are on my drive?
1 comments
gregsadetsky
1202 days ago
you could clone the repo and comment out
https://github.com/cocktailpeanut/dalai/blob/main/index.js#L...
i.e. the specific synchronous download call..?
link