cloneofsimo / lora

Using Low-rank adaptation to quickly fine-tune diffusion models.
https://arxiv.org/abs/2106.09685
Apache License 2.0
6.83k stars 473 forks source link

git clone did not run successfully #221

Closed kopyl closed 1 year ago

kopyl commented 1 year ago

I run pip install git+https://github.com/cloneofsimo/lora.git and get this error:


Collecting git+https://github.com/cloneofsimo/lora.git
  Cloning https://github.com/cloneofsimo/lora.git to /tmp/pip-req-build-_k7q2baq
  Running command git clone --filter=blob:none --quiet https://github.com/cloneofsimo/lora.git /tmp/pip-req-build-_k7q2baq
  fatal: write error: No space left on device
  fatal: index-pack failed
  warning: Clone succeeded, but checkout failed.
  You can inspect what was checked out with 'git status'
  and retry with 'git restore --source=HEAD :/'

  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet https://github.com/cloneofsimo/lora.git /tmp/pip-req-build-_k7q2baq did not run successfully.
  │ exit code: 128
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/cloneofsimo/lora.git /tmp/pip-req-build-_k7q2baq did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.```

How to fix it?
kopyl commented 1 year ago

Sorry, it was cause of some space issues on server's side...