• Graham King's avatar
    fix: Allow building only llamacpp or only mistralrs engine. (#1328) · 9907d104
    Graham King authored
    This allows building:
    -  only `mistral.rs` engine: `--no-default-features --features mistralrs`  
    - or only `llama.cpp` engine: `--no-default-features --features llamacpp`. 
    
    Since llama.cpp became a default we'd only tested building both at once. The docs already said we supported that but there was some combo of Rust features that didn't build. This is the fix.
    9907d104
lib.rs 14.2 KB