Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
@@ -22,11 +22,11 @@ To contact us, please reach to our Discord channel (https://discord.gg/tenstorre
|
|
22 |
|
23 |
-------
|
24 |
|
25 |
-
TT-Metalium
|
26 |
-
Tenstorrent’s bare-metal programming stack defines a low-level programming model to allow users to write custom kernels for deployment on Tenstorrent hardware. It comes with debug and performance profiling tools.
|
27 |
|
28 |
-
|
29 |
|
30 |
-
Metalium will be used to fine-tune performance for production deployments, where small efficiencies can be multiplied by the scale of the deployment, and to develop custom kernels for scientific computing, where operations are not well-supported by existing kernel libraries.
|
31 |
|
32 |
-
For more details on the software, please visit https://tenstorrent.com/software/tt-metalium/
|
|
|
|
22 |
|
23 |
-------
|
24 |
|
25 |
+
TT-Metalium’s bare-metal programming stack defines a low-level programming model to allow users to write custom kernels for deployment on Tenstorrent hardware. It comes with debug and performance profiling tools.
|
|
|
26 |
|
27 |
+
The software stack comes with the company’s Python-based TT-NN library, which can run AI models out of the box without needing to deal with the complexities of the hardware, so there is no need to write custom kernels unless the application requires it.
|
28 |
|
29 |
+
TT-Metalium will be used to fine-tune performance for production deployments, where small efficiencies can be multiplied by the scale of the deployment, and to develop custom kernels for scientific computing, where operations are not well-supported by existing kernel libraries.
|
30 |
|
31 |
+
For more details on the software, please visit https://tenstorrent.com/software/tt-metalium/
|
32 |
+
and the documentation https://tenstorrent-metal.github.io/tt-metal/latest/
|