9 lines
121 B
Markdown
9 lines
121 B
Markdown
|
|
```shell
|
|
export XLA_TARGET=cuda12
|
|
XLA_TARGET=cuda12
|
|
mix deps.get
|
|
mix deps.compile
|
|
mix compile
|
|
iex -S mix phx.server
|
|
``` |