Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
41f9d4b0
Unverified
Commit
41f9d4b0
authored
Oct 21, 2021
by
nateanl
Committed by
GitHub
Oct 21, 2021
Browse files
[fbsync] fix style checks (#1913)
parent
468690a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/regenerate.py
.circleci/regenerate.py
+1
-1
packaging/torchaudio/build.sh
packaging/torchaudio/build.sh
+1
-1
No files found.
.circleci/regenerate.py
View file @
41f9d4b0
...
@@ -212,7 +212,7 @@ def unittest_workflows(indentation=6):
...
@@ -212,7 +212,7 @@ def unittest_workflows(indentation=6):
job
=
{
job
=
{
"name"
:
f
"unittest_
{
os_type
}
_
{
device_type
}
_py
{
python_version
}
"
,
"name"
:
f
"unittest_
{
os_type
}
_
{
device_type
}
_py
{
python_version
}
"
,
"python_version"
:
python_version
,
"python_version"
:
python_version
,
"cuda_version"
:
'cpu'
if
device_type
==
"cpu"
else
"cu113"
,
"cuda_version"
:
'cpu'
if
device_type
==
"cpu"
else
"cu113"
,
}
}
if
os_type
!=
"windows"
:
if
os_type
!=
"windows"
:
...
...
packaging/torchaudio/build.sh
View file @
41f9d4b0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
set
-ex
set
-ex
torch_cuda_version
=
$(
python
-c
"import torch; print(torch.version.cuda)"
)
torch_cuda_version
=
$(
python
-c
"import torch; print(torch.version.cuda)"
)
echo
torch.cuda.version is
$torch_cuda_version
echo
"
torch.cuda.version is
$torch_cuda_version
"
echo
USE_CUDA is
"
$USE_CUDA
"
echo
USE_CUDA is
"
$USE_CUDA
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment