gagan3012 commited on
Commit
3d1f728
·
1 Parent(s): b90791d

Update Makefile

Browse files
Files changed (1) hide show
  1. Makefile +5 -1
Makefile CHANGED
@@ -1,4 +1,4 @@
1
- .PHONY: clean dirs virtualenv lint requirements push pull run
2
 
3
  #################################################################################
4
  # GLOBALS #
@@ -58,6 +58,10 @@ visualize:
58
  push_to_hf_hub:
59
  dvc repro push_to_hf_hub
60
 
 
 
 
 
61
  #################################################################################
62
  # PROJECT RULES #
63
  #################################################################################
 
1
+ .PHONY: clean dirs virtualenv lint requirements push pull run clone
2
 
3
  #################################################################################
4
  # GLOBALS #
 
58
  push_to_hf_hub:
59
  dvc repro push_to_hf_hub
60
 
61
+ ## Clone the T5 summarisation repo
62
+ clone:
63
+ git clone https://dagshub.com/gagan3012/summarization.git
64
+
65
  #################################################################################
66
  # PROJECT RULES #
67
  #################################################################################