Skip to content

Commit

Permalink
Merge pull request #259 from Modalities/fix-tests-pipeline
Browse files Browse the repository at this point in the history
Update tests_full.yml
  • Loading branch information
le1nux authored Sep 18, 2024
2 parents a2efb13 + 368320a commit c4619e2
Show file tree
Hide file tree
Showing 6 changed files with 504 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install curl -y # required by coveralls
sudo apt-get install git -y
python -m pip install torch
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ If you are a VSCode user, you may want to add this to your `launch.json`:
"--nnodes",
"1",
"--nproc_per_node",
"2",
"4",
"--rdzv-endpoint=0.0.0.0:29515",
"src/modalities/__main__.py",
"run",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "modalities"
version = "0.2.2"
version = "0.3.0"
requires-python = ">=3.10,<3.12"
description = "Modalities, a python framework for distributed and reproducible foundation model training."
description = "Modalities, a PyTorch-native framework for distributed and reproducible foundation model training."
readme = "README.md"
dependencies = [
"numpy<2.0",
Expand Down
Binary file added tests/data/datasets/lorem_ipsum_long.idx
Binary file not shown.
500 changes: 500 additions & 0 deletions tests/data/datasets/lorem_ipsum_long.jsonl

Large diffs are not rendered by default.

Binary file added tests/data/datasets/lorem_ipsum_long.pbin
Binary file not shown.

0 comments on commit c4619e2

Please sign in to comment.