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
18e100d3
Commit
18e100d3
authored
Jun 02, 2023
by
Pierce Freeman
Browse files
Release is actually unsupported
parent
061470ae
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
11 deletions
+3
-11
.github/workflows/cuda/cu102-Linux.sh
.github/workflows/cuda/cu102-Linux.sh
+1
-3
.github/workflows/cuda/cu113-Linux.sh
.github/workflows/cuda/cu113-Linux.sh
+1
-3
.github/workflows/cuda/cu116-Linux.sh
.github/workflows/cuda/cu116-Linux.sh
+1
-3
.github/workflows/publish.yml
.github/workflows/publish.yml
+0
-2
No files found.
.github/workflows/cuda/cu102-Linux.sh
View file @
18e100d3
#!/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
$
(
lsb_release
-sr
)
|
tr
-d
.
)
OS
=
ubuntu
${
OS_VERSION
}
OS
=
ubuntu
${
OS_VERSION
}
wget
-nv
https://developer.download.nvidia.com/compute/cuda/repos/
${
OS
}
/x86_64/cuda-
${
OS
}
.pin
wget
-nv
https://developer.download.nvidia.com/compute/cuda/repos/
${
OS
}
/x86_64/cuda-
${
OS
}
.pin
...
...
.github/workflows/cuda/cu113-Linux.sh
View file @
18e100d3
#!/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
$
(
lsb_release
-sr
)
|
tr
-d
.
)
OS
=
ubuntu
${
OS_VERSION
}
OS
=
ubuntu
${
OS_VERSION
}
wget
-nv
https://developer.download.nvidia.com/compute/cuda/repos/
${
OS
}
/x86_64/cuda-
${
OS
}
.pin
wget
-nv
https://developer.download.nvidia.com/compute/cuda/repos/
${
OS
}
/x86_64/cuda-
${
OS
}
.pin
...
...
.github/workflows/cuda/cu116-Linux.sh
View file @
18e100d3
#!/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
$
(
lsb_release
-sr
)
|
tr
-d
.
)
OS
=
ubuntu
${
OS_VERSION
}
OS
=
ubuntu
${
OS_VERSION
}
wget
-nv
https://developer.download.nvidia.com/compute/cuda/repos/
${
OS
}
/x86_64/cuda-
${
OS
}
.pin
wget
-nv
https://developer.download.nvidia.com/compute/cuda/repos/
${
OS
}
/x86_64/cuda-
${
OS
}
.pin
...
...
.github/workflows/publish.yml
View file @
18e100d3
...
@@ -68,8 +68,6 @@ jobs:
...
@@ -68,8 +68,6 @@ jobs:
-
name
:
Install CUDA ${{ matrix.cuda-version }}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
env
:
OS_VERSION
:
${{ runner.release }}
run
:
|
run
:
|
bash .github/workflows/cuda/cu${{ matrix.cuda-version }}-${{ runner.os }}.sh
bash .github/workflows/cuda/cu${{ matrix.cuda-version }}-${{ runner.os }}.sh
shell
:
shell
:
...
...
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