• 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
coderai 264 KB