Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

environment.yml 297 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. name: unikud
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - pip=22.0.4
  7. - python=3.10.4
  8. - pip:
  9. - dvc==2.10.1
  10. - mlflow==1.25.1
  11. - numpy==1.19.5
  12. - pandas==1.4.0
  13. - scikit-learn==1.0.2
  14. - scipy==1.8.0
  15. - transformers==4.15.0
  16. - torch==1.11.0
  17. - tqdm==4.64.0
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...