Skip to content

Commit c4619e2

Browse files
authored
Merge pull request #259 from Modalities/fix-tests-pipeline
Update tests_full.yml
2 parents a2efb13 + 368320a commit c4619e2

6 files changed

Lines changed: 504 additions & 3 deletions

File tree

.github/workflows/tests_full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23+
sudo apt-get update
2324
sudo apt-get install curl -y # required by coveralls
2425
sudo apt-get install git -y
2526
python -m pip install torch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you are a VSCode user, you may want to add this to your `launch.json`:
125125
"--nnodes",
126126
"1",
127127
"--nproc_per_node",
128-
"2",
128+
"4",
129129
"--rdzv-endpoint=0.0.0.0:29515",
130130
"src/modalities/__main__.py",
131131
"run",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "modalities"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
requires-python = ">=3.10,<3.12"
5-
description = "Modalities, a python framework for distributed and reproducible foundation model training."
5+
description = "Modalities, a PyTorch-native framework for distributed and reproducible foundation model training."
66
readme = "README.md"
77
dependencies = [
88
"numpy<2.0",
4.58 KB
Binary file not shown.

tests/data/datasets/lorem_ipsum_long.jsonl

Lines changed: 500 additions & 0 deletions
Large diffs are not rendered by default.
655 KB
Binary file not shown.

0 commit comments

Comments
 (0)