-
Your Name authored
The bug was that the code checked 'if clip_l_path:' but clip_l_path was just set to None above, so the download block was always skipped. Changed to check 'if args.clip_l_path:' to properly detect when the --clip-l-path CLI argument is provided and trigger the download/caching.
5cceb483
| Name |
Last commit
|
Last update |
|---|---|---|
| .vscode | ||
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
| build.sh | ||
| coder | ||
| coderai | ||
| requirements-nvidia.txt | ||
| requirements-vulkan.txt | ||
| requirements.txt | ||
| requirements.txt~ |