Skip to content

Commit

Permalink
added trl dependency
Browse files Browse the repository at this point in the history
Signed-off-by: 1000850000 user <[email protected]>
  • Loading branch information
achew010 committed Sep 3, 2024
1 parent bc786c8 commit 4831b35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/attention-and-distributed-packing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers=[
"Programming Language :: Python :: 3.11",
]

dependencies = ["numba"]
dependencies = ["numba", "trl"]

[tool.hatch.build.targets.wheel]
only-include = ["src/fms_acceleration_aadp"]
Expand Down
1 change: 0 additions & 1 deletion plugins/attention-and-distributed-packing/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist = py, lint
deps =
pytest>=7
-e {toxinidir}
skip_install = true
commands =

# install the dependencies here to ensure
Expand Down

0 comments on commit 4831b35

Please sign in to comment.