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

Makefile 154 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. .PHONY: clean_recent_experiment, clean_debug
  2. clean_recent_experiment:
  3. ls -td results/* | head -n 1 | xargs rm -r
  4. clean_debug:
  5. rm -rf results/DEBUG/*
Tip!

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

Comments

Loading...