This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Doesn't seem to obey --path argument, instead try to download to .cache again #20
Labels
help wanted
Extra attention is needed
On Windows at least, it seems to be path is not obeyed and kept downloading into .cache directory of the c:\ file system (which I don't have enough space.)
I've manually downloaded required files into other drive, where the relative path is ../models--facebook--opt-30b
Executing
python -m flexgen.flex_opt --model facebook/opt-30b --path ../models--facebook--opt-30b
still causes it to download the item into aforementioned .cache directory -- tried other variantpython -m flexgen.flex_opt --model facebook/opt-30b --path ../models--facebook--opt-30b/snapshots/ceea0a90ac0f6fae7c2c34bcb40477438c152546
.Am I misunderstanding the way --path work or there's something wrong with it?
Also it would be nice to have the option to inhibit all the automatic download and just stop with error as I do not want to exhaust disk space that's already precious...
The text was updated successfully, but these errors were encountered: