Skip to content

Commit

Permalink
Merge pull request #260 from sapiosaturn/main
Browse files Browse the repository at this point in the history
Updating dependency versions in pyproject.toml and README.
  • Loading branch information
NouamaneTazi authored Dec 5, 2024
2 parents fdd5151 + ed0a0b5 commit 2cde8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Nanotron is a library for pretraining transformer models. It provides a simple a
## Installation

```bash
# Requirements: Python>=3.10
# Requirements: Python>=3.10,<3.12
git clone https://github.com/huggingface/nanotron
cd nanotron
pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
dependencies = [
"torch>=1.13.1",
"pyyaml",
"numpy",
"numpy<2",
"packaging",
"safetensors",
"dacite",
Expand Down Expand Up @@ -45,7 +45,7 @@ test = [
]

fast-modeling = [
"flash-attn>=2.5.0",
"flash-attn>=2.5.0,<2.7.0",
]

nanosets = [
Expand Down

0 comments on commit 2cde8f6

Please sign in to comment.