"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "6a5bfc2ed68b0d8ab5aa9d10f729e74b1c1fe762"
Unverified Commit f981be0c authored by Matthias Fey's avatar Matthias Fey Committed by GitHub
Browse files

Merge pull request #124 from SergioRAgostinho/patch-1

Update broken url in README.md
parents 22246e2e fdc759ea
...@@ -28,7 +28,7 @@ Segment operations require the "group-index" tensor to be sorted, whereas scatte ...@@ -28,7 +28,7 @@ Segment operations require the "group-index" tensor to be sorted, whereas scatte
The package consists of the following operations with reduction types `"sum"|"mean"|"min"|"max"`: The package consists of the following operations with reduction types `"sum"|"mean"|"min"|"max"`:
* [**scatter**](https://pytorch-scatter.readthedocs.io/en/latest/functions/segment.html) based on arbitrary indices * [**scatter**](https://pytorch-scatter.readthedocs.io/en/latest/functions/scatter.html) based on arbitrary indices
* [**segment_coo**](https://pytorch-scatter.readthedocs.io/en/latest/functions/segment_coo.html) based on sorted indices * [**segment_coo**](https://pytorch-scatter.readthedocs.io/en/latest/functions/segment_coo.html) based on sorted indices
* [**segment_csr**](https://pytorch-scatter.readthedocs.io/en/latest/functions/segment_csr.html) based on compressed indices via pointers * [**segment_csr**](https://pytorch-scatter.readthedocs.io/en/latest/functions/segment_csr.html) based on compressed indices via pointers
......
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