Skip to content

Commit 69ea7e7

Browse files
committed
readme
1 parent a99fdfd commit 69ea7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Overview
1212

13-
STS is a [Docker](http://docker.com/)ized, [Swift Package Manager](https://swift.org/package-manager/) enabled starter repository for [Swift for TensorFlow](https://github.com/tensorflow/swift) projects.
13+
STS is a [Docker](http://docker.com/)ized, [Swift Package Manager](https://swift.org/package-manager/) enabled starter repository for [Swift for TensorFlow](https://github.com/tensorflow/swift) projects. Now with hot-reload of Swift code and third-party packages!
1414

1515
### Swift for TensorFlow
1616

@@ -34,7 +34,7 @@ Projects built with this template will have the following traits:
3434
2. Quick and easy [REPL](https://github.com/tensorflow/swift/blob/master/Usage.md#repl-read-eval-print-loop) access against the project's Swift for Tensorflow code and third-party libraries
3535
3. Easily unit testable
3636
4. Runs anywhere Docker is available with no additional setup necessary - zero conflicts with existing Swift or TensorFlow installations.
37-
5. Swift code is hot-reloaded on change; third-party libraries are downloaded automatically as well. See the `--live` flag.
37+
5. *Swift code is hot-reloaded on change; third-party libraries are downloaded automatically as well. See the `--live` flag.*
3838

3939
This will enable both ease of use during the research phase and a rapid transition to a scalable training solution and beyond (production deployment).
4040

0 commit comments

Comments
 (0)