You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
New language features will eventually go through the Swift evolution process
78
+
as part of being considered for being pulled into master.
77
79
78
80
These projects include:
79
81
80
-
- The compiler and standard libraries: [google/swift](http://github.com/google/swift/tree/tensorflow)
81
-
- Debugger and REPL support: [google/swift-lldb](http://github.com/google/swift-lldb)
82
+
- The compiler and standard libraries: [apple/swift](http://github.com/apple/swift/tree/tensorflow)
83
+
- Debugger and REPL support: [apple/swift-lldb](http://github.com/apple/swift-lldb/tree/tensorflow)
82
84
83
85
Swift for TensorFlow is **not** intended to remain a long-term fork of the official
84
86
Swift language. As the code matures, we aim to merge it upstream to the official
@@ -101,14 +103,14 @@ Before reporting an issue, please check the [Frequently Asked Questions](FAQ.md)
101
103
102
104
For questions about general use or feature requests, please report them in this repository or send an email to the [mailing list](mailto:[email protected]).
103
105
104
-
For Swift compiler bugs, please report them to [google/swift](https://github.com/google/swift/issues).
106
+
For Swift compiler bugs, please file them to [bugs.swift.org](https://bugs.swift.org) against the “Swift for TensorFlow” component.
105
107
106
108
For bugs in the example models, please report them to [tensorflow/swift-models](https://github.com/tensorflow/swift-models/issues).
107
109
108
110
## Contributing
109
111
110
-
We welcome source code contributions: please read the [Contributor
0 commit comments