• Your Name's avatar
    Fix: Remove redundant import os statements causing UnboundLocalError · 0609c4cf
    Your Name authored
    - Removed redundant 'import os' statements inside functions (lines 4522, 4926, 5005)
    - Added back missing 'from llama_cpp import Llama' that was accidentally deleted
    - Global 'import os' at line 12 is now the only one
    
    This fixes the UnboundLocalError when running --list-cached-models or other CLI options.
    0609c4cf
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...