Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
@@ -7,24 +7,19 @@ sdk: gradio
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
Tenstorrent is a next-generation computing company
|
11 |
-
Tenstorrent
|
12 |
|
13 |
-
Tenstorrent
|
14 |
-
Tenstorrent has developed a proprietary processor core called the Tensix; released two products, Grayskull (machine learning processor) and Wormhole (networked machine learning processor); and is developing the industry's first 8-wide decoding RISC-V core capable of addressing both client and HPC workloads.
|
15 |
-
|
16 |
-
Tenstorrent has opened source its software stacks:
|
17 |
TT-Buda (https://github.com/tenstorrent/tt-buda), and
|
18 |
TT-Metalium (https://github.com/tenstorrent-metal/tt-metal/)
|
19 |
|
20 |
-
|
21 |
To contact us, please reach to our Discord channel (https://discord.gg/tenstorrent)
|
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.
|
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 |
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
Tenstorrent is a next-generation computing company building AI accelerator and RISC-V CPU designs. Tenstorrent is bringing to market highly programmable chips at an accessible price point as a means of driving innovation.
|
11 |
+
Tenstorrent has developed a proprietary processor core called the Tensix which it uses to make its own AI chips, but also sells its IP and other technology to customers looking to make their own AI chips.
|
12 |
|
13 |
+
Tenstorrent has two open source software stacks:
|
|
|
|
|
|
|
14 |
TT-Buda (https://github.com/tenstorrent/tt-buda), and
|
15 |
TT-Metalium (https://github.com/tenstorrent-metal/tt-metal/)
|
16 |
|
|
|
17 |
To contact us, please reach to our Discord channel (https://discord.gg/tenstorrent)
|
18 |
|
19 |
-------
|
20 |
|
21 |
+
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.
|
22 |
+
The software stack comes with debug and performance profiling tools as well as Tenstorrent'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. This negates theneed to write custom kernels unless the application requires it.
|
|
|
23 |
|
24 |
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.
|
25 |
|