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

.gitignore 116 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. .idea/*
  2. .idea/workspace.xml
  3. /run_*/
  4. cachedir/
  5. /notebooks/*.npy
  6. /notebooks/*.pt
  7. /train_runs/
  8. src/model/__pycache__/
Tip!

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

Comments

Loading...