v1.1.0: Async API
- Specifies iOS target for
llama - Defines minimum deployment targets for macOS (10.15) and iOS (13.0)
- Adds a new
run()method toLlamaRunnerwhich returns anAsyncThrowingSequenceto process tokens usingawaitin a loop - Updates
llamaTestto use the new async API - Updates
READMEto be more detailed and include info about the new async API