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
gaoqiong
flash-attention
Commits
061470ae
Commit
061470ae
authored
Jun 02, 2023
by
Pierce Freeman
Browse files
echo OS version
parent
2dadfdbb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
.github/workflows/cuda/cu102-Linux.sh
.github/workflows/cuda/cu102-Linux.sh
+2
-0
.github/workflows/cuda/cu113-Linux.sh
.github/workflows/cuda/cu113-Linux.sh
+2
-0
.github/workflows/cuda/cu116-Linux.sh
.github/workflows/cuda/cu116-Linux.sh
+2
-0
No files found.
.github/workflows/cuda/cu102-Linux.sh
View file @
061470ae
#!/bin/bash
#!/bin/bash
echo
$OS_VERSION
# Strip the periods from the version number
# Strip the periods from the version number
OS_VERSION
=
$(
echo
$OS_VERSION
|
tr
-d
.
)
OS_VERSION
=
$(
echo
$OS_VERSION
|
tr
-d
.
)
OS
=
ubuntu
${
OS_VERSION
}
OS
=
ubuntu
${
OS_VERSION
}
...
...
.github/workflows/cuda/cu113-Linux.sh
View file @
061470ae
#!/bin/bash
#!/bin/bash
echo
$OS_VERSION
# Strip the periods from the version number
# Strip the periods from the version number
OS_VERSION
=
$(
echo
$OS_VERSION
|
tr
-d
.
)
OS_VERSION
=
$(
echo
$OS_VERSION
|
tr
-d
.
)
OS
=
ubuntu
${
OS_VERSION
}
OS
=
ubuntu
${
OS_VERSION
}
...
...
.github/workflows/cuda/cu116-Linux.sh
View file @
061470ae
#!/bin/bash
#!/bin/bash
echo
$OS_VERSION
# Strip the periods from the version number
# Strip the periods from the version number
OS_VERSION
=
$(
echo
$OS_VERSION
|
tr
-d
.
)
OS_VERSION
=
$(
echo
$OS_VERSION
|
tr
-d
.
)
OS
=
ubuntu
${
OS_VERSION
}
OS
=
ubuntu
${
OS_VERSION
}
...
...
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