tareksabry1337 / TensorFlowLiteC

11 stars 4 forks source link

Version Requests #1

Open tareksabry1337 opened 5 months ago

tareksabry1337 commented 5 months ago

This repository currently ran workflows for couple of releases

If you require other versions, please feel free to comment on this issue and I'll run the workflow with the required version.

arctop-sk commented 5 months ago

Hi!

Thank you for doing this.

Could you assist with creating an SPM for TensorFlowLiteSelectTfOps pod as well?

tareksabry1337 commented 5 months ago

Hi @arctop-sk Let me take care of this over the weekend

0x3k commented 4 months ago

+1 I could use it too :)

mar-schmidt commented 3 weeks ago

+1

marcuscaf commented 1 week ago

Hi @tareksabry1337 , thanks for the support!

one question, im trying to use in this way:

dependencies: [
        .package(
            url: "https://github.com/tareksabry1337/TensorFlowLiteSwift.git",
            .exact("2.14.0")
        )
    ],

but returns this error

../spm_folder/.build/checkouts/TensorFlowLiteSwift/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
import TensorFlowLiteCCoreML