Skip to content

Commit

Permalink
bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Sep 18, 2024
1 parent a45ec3e commit 9b288de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion moshi/moshi/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async def handle_root(_):
if setup_tunnel is not None:
tunnel = setup_tunnel('localhost', args.port, tunnel_token, None)
log("info", f"Tunnel started, if executing on a remote GPU, you can use {tunnel}.")
log("info", f"Note that this tunnel goes through the US and you might experience high latency in Europe.")
log("info", "Note that this tunnel goes through the US and you might experience high latency in Europe.")
web.run_app(app, port=args.port)


Expand Down
3 changes: 0 additions & 3 deletions moshi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ version = {attr = "moshi.__version__"}
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = {attr = "moshi.__version__"}

[project.optional-dependencies]
dev = [
"pyright",
Expand Down

0 comments on commit 9b288de

Please sign in to comment.