"...text-generation-inference.git" did not exist on "583d37a2f8aee624aa1b77dfc359e32469205c08"
Commit 39d463b8 authored by rusty1s's avatar rusty1s
Browse files

add C++ description

parent 839dd6a6
...@@ -281,6 +281,19 @@ print(valueC) ...@@ -281,6 +281,19 @@ print(valueC)
tensor([8.0, 6.0, 8.0]) tensor([8.0, 6.0, 8.0])
``` ```
## C++ API
`torch-sparse` also offers a C++ API that contains C++ equivalent of python models.
```
mkdir build
cd build
# Add -DWITH_CUDA=on support for the CUDA if needed
cmake ..
make
make install
```
## Running tests ## Running tests
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment