Update README.md
Browse files
README.md
CHANGED
@@ -10,13 +10,22 @@ short_description: Empower AI inference
|
|
10 |
|
11 |
<img width="35%" src="./kalray_logo.png"></a></br>
|
12 |
|
13 |
-
Kalray enables AI innovators to build novel AI applications, maximizing your compute processing with MPPA Coolidge 2
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
[
|
|
|
19 |
|
20 |
-
You should find on this page several of the models that Kalray's SDK support
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
<img width="35%" src="./kalray_logo.png"></a></br>
|
12 |
|
13 |
+
Kalray enables AI innovators to build novel AI applications, maximizing your compute processing with MPPA Coolidge 2. Our
|
14 |
+
compute Acceleration Cards offer a very complementary architecture to GPUs, allowing for the processing a large number
|
15 |
+
of different operations in parallel in an asynchronous way. Details can be found here:
|
16 |
+
* [Processor white paper](https://www.kalrayinc.com/resource/a6-mppa-coolidge-processor-white-paper/)
|
17 |
+
* [Computation cards](https://www.kalrayinc.com/products/dpu-processors/#turbocard4)
|
18 |
+
* [ML & computer vision](https://www.kalrayinc.com/solutions/#computer-vision)
|
19 |
+
* [SDK description](https://www.kalrayinc.com/products/accesscorer-embedded-ace/)
|
20 |
|
21 |
+
You should find on this page several of the models that Kalray's SDK support. A part of the ACE (AccessCore Embedded),
|
22 |
+
called Kalray Neural Network is dedicated to optimize inference on the Kalray's processor (MPPA) on the following scheme:
|
23 |
+
1. Design and/or import your Neural Networks from ONNX or tensorflow (PyTorch is supported using the ONNX bridge),
|
24 |
+
2. Build an intermediate represention of the NN in order to be executed on the MPPA,
|
25 |
+
3. Run and exploit predictions from the device
|
26 |
+
|
27 |
+
Find out on our github page the possibility to deploy and power your AI solutions over the Kalray's processor at:
|
28 |
+
* https://github.com/kalray/kann-models-zoo
|
29 |
+
* [WIKI](https://github.com/qmller/kann-models-zoo/blob/main/WIKI.md)
|
30 |
+
|
31 |
+
Quentin, for Kalray.
|