Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Speech To Speech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
huggingface
Speech To Speech
Commits
4662204e
Unverified
Commit
4662204e
authored
6 months ago
by
rchan
Browse files
Options
Downloads
Patches
Plain Diff
fix relative link in README
parent
1afd2445
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
4662204e
...
...
@@ -14,7 +14,7 @@
*
[
Usage
](
#usage
)
-
[
Docker Server approach
](
#docker-server
)
-
[
Server/Client approach
](
#serverclient-approach
)
-
[
Local approach
](
#local-approach
)
-
[
Local approach
](
#local-approach
-running-on-mac
)
*
[
Command-line usage
](
#command-line-usage
)
-
[
Model parameters
](
#model-parameters
)
-
[
Generation parameters
](
#generation-parameters
)
...
...
@@ -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
>
```
###
R
unning on Mac
###
Local approach (r
unning on Mac
)
To run on mac, we recommend setting the flag `--local_mac_optimal_settings`:
```
bash
python s2s_pipeline.py --local_mac_optimal_settings
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment