• Your Name's avatar
    Fix cached model path lookup to match download format · 102a464b
    Your Name authored
    The cache filename format was inconsistent:
    - get_cached_model_path used: {hash}{ext}
    - load_model download used: {hash}_{filename}
    
    This caused cache lookups to always fail. Now both use {hash}_{filename}
    format to ensure cached models are properly found.
    102a464b
Name
Last commit
Last update
.vscode Loading commit data...
.gitignore Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
aaa 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...