filipw / strathweb-phi-engine

A cross platform library with C#/Swift/Kotlin/Python bindings for running Phi-3 inference
MIT License
11 stars 1 forks source link

Added C# bindings and sample #2

Closed filipw closed 3 months ago

filipw commented 3 months ago

Had to downgrade to uniffi 0.25.0 due to compatibility with cs bindgen. This also means we cannot use [Trait] and [WithForeign] in the UDL, but need to use the old method of callback interface.

This needs to be reviewed in the future.

Fixes #1