• Your Name's avatar
    Fix CLIP LLM download not being triggered · 5cceb483
    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 Loading commit data...
.gitignore Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
build.sh Loading commit data...
coder Loading commit data...
coderai Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
requirements.txt~ Loading commit data...