Actualizar whisper/README.md

readme
This commit is contained in:
2025-08-01 18:23:40 -03:00
parent 976e350436
commit 08cf12beb1

View File

@ -8,11 +8,11 @@ To start your Phoenix server:
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix
```
export XLA_TARGET=cuda12
XLA_TARGET=cuda12
mix deps.get
mix deps.compile
mix compile
iex -S mix phx.server
```