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
6757f905
Unverified
Commit
6757f905
authored
6 months ago
by
Andrés Marafioti
Committed by
GitHub
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply suggestions from code review
Co-authored-by:
eustlb
<
94853470+eustlb@users.noreply.github.com
>
parent
45aaf1aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
s2s_pipeline.py
+3
-0
3 additions, 0 deletions
s2s_pipeline.py
with
3 additions
and
0 deletions
s2s_pipeline.py
+
3
−
0
View file @
6757f905
...
...
@@ -85,8 +85,10 @@ def parse_arguments():
)
if
len
(
sys
.
argv
)
==
2
and
sys
.
argv
[
1
].
endswith
(
"
.json
"
):
# Parse configurations from a JSON file if specified
return
parser
.
parse_json_file
(
json_file
=
os
.
path
.
abspath
(
sys
.
argv
[
1
]))
else
:
# Parse arguments from command line if no JSON file is provided
return
parser
.
parse_args_into_dataclasses
()
...
...
@@ -98,6 +100,7 @@ def setup_logger(log_level):
)
logger
=
logging
.
getLogger
(
__name__
)
# torch compile logs
if
log_level
==
"
debug
"
:
torch
.
_logging
.
set_logs
(
graph_breaks
=
True
,
recompiles
=
True
,
cudagraphs
=
True
)
...
...
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