Martin Evans
377ebf3664
- Added `LoadFromFileAsync` method for `LLavaWeights`
- Fixed checking for invalid handles in `clip_model_load`
1 year ago
Martin Evans
00df7c1516
- Added `LLamaWeights.LoadFromFileAsync`.
- Async loading supports cancellation through a `CancellationToken`. If loading is cancelled an `OperationCanceledException` is thrown. If it fails for another reason a `LoadWeightsFailedException` is thrown.
- Updated examples to use `LoadFromFileAsync`
1 year ago
SignalRT
168f697db6
Clean up and align documentation with the changes in the interface
1 year ago
SignalRT
aa11562f62
Link the llama.cpp reference about reset llava contex
1 year ago
SignalRT
d6890e4ec4
Initial approach to clear images
1 year ago
Zoli Somogyi
f4fad825c7
Simplifying image handling
1 year ago
Zoli Somogyi
e991e631f9
Standardizing Image Data implementation
1 year ago
Rinne
ec8f832365
fix: add cuda llava native libraries.
1 year ago
Rinne
b9444452eb
docs: refactor the documentations.
1 year ago
SignalRT
43677c511c
Change interface to support multiple images and add the capabitlity to render the image in the console
1 year ago
SignalRT
e8732efadd
Example InteractiveExecutor
Add an Example and modifications to the interactive executor to enable Llava Models.
Just a preview / demo
1 year ago