Skip to content
Snippets Groups Projects
Unverified Commit 274f27a7 authored by Andrés Marafioti's avatar Andrés Marafioti Committed by GitHub
Browse files

Merge pull request #85 from rchan26/main

Fix relative link in README
parents 144ef43c 4662204e
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* [Usage](#usage) * [Usage](#usage)
- [Docker Server approach](#docker-server) - [Docker Server approach](#docker-server)
- [Server/Client approach](#serverclient-approach) - [Server/Client approach](#serverclient-approach)
- [Local approach](#local-approach) - [Local approach](#local-approach-running-on-mac)
* [Command-line usage](#command-line-usage) * [Command-line usage](#command-line-usage)
- [Model parameters](#model-parameters) - [Model parameters](#model-parameters)
- [Generation parameters](#generation-parameters) - [Generation parameters](#generation-parameters)
...@@ -89,7 +89,7 @@ Then run the client locally to handle sending microphone input and receiving gen ...@@ -89,7 +89,7 @@ Then run the client locally to handle sending microphone input and receiving gen
python listen_and_play.py --host <IP address of your server> python listen_and_play.py --host <IP address of your server>
``` ```
### Running on Mac ### Local approach (running on Mac)
To run on mac, we recommend setting the flag `--local_mac_optimal_settings`: To run on mac, we recommend setting the flag `--local_mac_optimal_settings`:
```bash ```bash
python s2s_pipeline.py --local_mac_optimal_settings python s2s_pipeline.py --local_mac_optimal_settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment