|
|
|
|
|
by mrfreed
1194 days ago
|
|
running "npx dalai llama" on Fedora 37, AMD 5700G, 16GB RAM, 8GB Swap (Zram), I got some errors including "ERROR: No matching distribution found for torchvision" I went out of memory while downloading (7B) and it returned Error: aborted
at connResetException (node:internal/errors:711:14)
at TLSSocket.socketCloseListener (node:_http_client:454:19)
at TLSSocket.emit (node:events:525:35)
at node:net:313:12
at TCP.done (node:_tls_wrap:587:7) {
code: 'ECONNRESET'
} So would be good to be able to allocate the 7B file, as I already have it from the torrent. Might try it on another distro in a local VM.
Any recommendations for best working Linux distro? Best Regards! |
|