Require Swift 5.8 (#179)

This commit is contained in:
Alejandro Isaza 2023-05-01 10:18:09 -07:00 committed by GitHub
parent 8fd725764f
commit 940dba02ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
// swift-tools-version: 5.7
// swift-tools-version: 5.8
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

View File

@ -29,9 +29,9 @@ Please see [Important Notes on Performance Benchmarks](#important-notes-on-perfo
The following is recommended to use all the functionality in this repository:
Python | macOS | Xcode | iPadOS, iOS |
:------:|:------:|:------:|:------:|
3.8 | 13.1 | 14.2 | 16.2 |
Python | macOS | Xcode | iPadOS, iOS |
:------:|:-----:|:-----:|:-----------:|
3.8 | 13.1 | 14.3 | 16.2 |
## <a name="using-converted-weights"></a> Using Ready-made Core ML Models from Hugging Face Hub
@ -182,10 +182,10 @@ Check [developer.apple.com](https://developer.apple.com/download/all/?q=xcode) f
**Running** (minimum):
| Mac | iPad\* | iPhone\* |
|:------:|:------:|:------:|
| macOS 13.1 | iPadOS 16.2 | iOS 16.2 |
| M1 | M1 | iPhone 12 Pro |
| Mac | iPad\* | iPhone\* |
|:----------:|:-----------:|:-------------:|
| macOS 13.1 | iPadOS 16.2 | iOS 16.2 |
| M1 | M1 | iPhone 12 Pro |
You will also need the resources generated by the `--bundle-resources-for-swift-cli` option described in [Converting Models to Core ML](#converting-models-to-coreml)