Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #222 ENOTEMPTY: directory not empty #224

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wacastel
Copy link

This fixes issue #222 that I created.

@tleers
Copy link

tleers commented Mar 22, 2023

This still gives me

[7/7] RUN npx dalai alpaca install 7b:
#11 3.219 mkdir /root/dalai
#11 3.222 { method: 'install', callparams: [ '7b' ] }
#11 3.232 ERROR [Error: ENOENT: no such file or directory, rename '/root/dalai/alpaca/models' -> '/root/dalai/tmp/models'] {
#11 3.232 errno: -2,
#11 3.232 code: 'ENOENT',
#11 3.232 syscall: 'rename',
#11 3.232 path: '/root/dalai/alpaca/models',
#11 3.232 dest: '/root/dalai/tmp/models'
#11 3.232 }

when running from docker

@quinm0
Copy link

quinm0 commented Mar 22, 2023

I just tried this locally and this fixed my issue

@watarungurunnn
Copy link

watarungurunnn commented Apr 5, 2023

@wacastel
Thanks for the great work. I'm a noob in npx packages. Could you tell me how to install this commit locally?
@KyleMoran138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants