Oddsflow-team commited on
Commit
efdd40d
·
verified ·
1 Parent(s): 7282a65

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Makefile +13 -0
Makefile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .PHONY: help install validate
2
+
3
+ help:
4
+ @echo "Targets:"
5
+ @echo " make install - install dev dependencies"
6
+ @echo " make validate - validate sample log against schema"
7
+
8
+ install:
9
+ python -m pip install --upgrade pip
10
+ python -m pip install jsonschema
11
+
12
+ validate:
13
+ python scripts/validate.py