Skip to content

Commit 8e092d5

Browse files
enforces python 3.12
1 parent 3b280b9 commit 8e092d5

File tree

2 files changed

+903
-2110
lines changed

2 files changed

+903
-2110
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "open-instruct"
33
version = "0.1.0"
44
description = "Train open, instruction-following language models"
55
readme = "README.md"
6-
requires-python = "==3.12"
6+
requires-python = "==3.12.*"
77
dependencies = [
88
"accelerate>=1.1.1",
99
"antlr4-python3-runtime==4.11",

0 commit comments

Comments
 (0)