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 toLlamaRunner
which returns anAsyncThrowingSequence
to process tokens usingawait
in a loop - Updates
llamaTest
to use the new async API - Updates
README
to be more detailed and include info about the new async API