This repository has been archived on 2023-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
mltraining/environment.yml

15 lines
236 B
YAML
Raw Normal View History

2023-06-02 05:19:43 +00:00
name: mltraining
channels:
- conda-forge
- huggingface
dependencies:
- transformers=4.28
2023-06-02 05:19:43 +00:00
- python-build=0.10
- pip=23.1
- setuptools=67.7
- pytest=7.3
- pytest-cov=4
- pip:
2023-06-02 05:19:43 +00:00
- evaluate==0.4
- datasets==2.12