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
lm-evaluation-harness
Commits
f6c81476
"csrc/cache.h" did not exist on "c413c41cda0f9359e7a12bb674c0f87bf41798c5"
Commit
f6c81476
authored
Sep 14, 2023
by
haileyschoelkopf
Browse files
add python 3.8 to supported versions in pyproject.toml and to CPU unit tests
parent
57b20eef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
.github/workflows/unit_tests.yml
View file @
f6c81476
...
@@ -49,7 +49,7 @@ jobs:
...
@@ -49,7 +49,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
"
3.9"
,
"
3.10"
,
"
3.11"
]
python-version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
,
"
3.11"
]
timeout-minutes
:
30
timeout-minutes
:
30
steps
:
steps
:
...
...
pyproject.toml
View file @
f6c81476
...
@@ -16,7 +16,7 @@ classifiers = [
...
@@ -16,7 +16,7 @@ classifiers = [
"License :: OSI Approved :: MIT License"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
"Operating System :: OS Independent"
,
]
]
requires-python
=
">=3.
9
"
requires-python
=
">=3.
8
"
license
=
{
"text"
=
"MIT"
}
license
=
{
"text"
=
"MIT"
}
dependencies
=
[
dependencies
=
[
"accelerate>=0.21.0"
,
"accelerate>=0.21.0"
,
...
...
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