tensorflow / swift

Swift for TensorFlow
https://tensorflow.org/swift
Apache License 2.0
6.12k stars 608 forks source link

Fix Yams dependency #469

Open asuhan opened 4 years ago

asuhan commented 4 years ago

https://github.com/apple/swift/pull/31891 introduced a dependency on a fork: https://github.com/jpsim/Yams/pull/260. We need to understand the root cause and go back to depending on upstream releases of Yams.

asuhan commented 4 years ago

FYI @ematejska .

asuhan commented 4 years ago

Dan found the root cause and a better patch: https://github.com/asuhan/Yams/pull/1. We'll need to keep the fork around until TF-1203 is solved.