From 08cf12beb1c70fbd8e6fb2576adf4e173b16304b Mon Sep 17 00:00:00 2001 From: "aime.rolandi" Date: Fri, 1 Aug 2025 18:23:40 -0300 Subject: [PATCH] Actualizar whisper/README.md readme --- whisper/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/whisper/README.md b/whisper/README.md index e9a85101..a379edf5 100644 --- a/whisper/README.md +++ b/whisper/README.md @@ -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 +``` \ No newline at end of file