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