We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b708f7 commit 96d8bcaCopy full SHA for 96d8bca
README.md
@@ -41,8 +41,7 @@ iex> result |> Nx.backend_transfer |> Nx.argmax(axis: 1)
41
42
## Installation
43
44
-If [available in Hex](https://hex.pm/docs/publish), the package can be installed
45
-by adding `ortex` to your list of dependencies in `mix.exs`:
+`Ortex` can be installed by adding `ortex` to your list of dependencies in `mix.exs`:
46
47
```elixir
48
def deps do
lib/ortex/model.ex
@@ -15,7 +15,7 @@ defmodule Ortex.Model do
15
]>
16
```
17
18
- `:nil` values represent dynamic dimensions
+ `nil` values represent dynamic dimensions
19
"""
20
21
@enforce_keys [:reference]
0 commit comments