Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srikris committed Dec 9, 2017
1 parent 39ace08 commit a965132
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,20 @@ You can also work with essential machine learning models, organized into algorit
* [Nearest Neighbors](userguide/nearest_neighbors/nearest_neighbors.md)
* [Topic models](userguide/text/intro.md)

System Requirements
Supported Platforms
-------------------

Turicreate works on **Mac**, **Linux**, and **Windows**.
Turi Create supports:

* MacOS 10.11+
* Linux (with glibc 2.12+)
* Windows 10 (via WSL)

System Requirements
-------------------

* Python 2.7 (Python 3.5+ support coming soon)
* x86\_64 architecture
* macOS 10.11+, Linux with glibc 2.12+ (including WSL on Windows 10)

Installation
------------
Expand Down Expand Up @@ -104,7 +110,7 @@ more details on how to use Turi Create.
GPU Support
-----------

Turiceate **does not require a GPU**, but certain models can be accelerated by the use of a GPU.
Turi Create **does not require a GPU**, but certain models can be accelerated by the use of a GPU.
To enable GPU support after installation of the `turicreate` package, please perform the following steps:

* Install CUDA 8.0 ([instructions](http://docs.nvidia.com/cuda/cuda-installation-guide-linux/))
Expand Down

0 comments on commit a965132

Please sign in to comment.