aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authordaboe01 <daboe01@googlemail.com>2023-06-15 19:42:48 +0200
committerGitHub <noreply@github.com>2023-06-15 20:42:48 +0300
commitcf267d1c71a781700698f8518e903239c3bcc929 (patch)
tree50d0725bf19cf96796a79d3a1b7740fadc3bbcdc /.gitignore
parent9dda13e5e1f70bdfc25fbc0f0378f27c8b67e983 (diff)
make : add train-text-from-scratch (#1850)
* make finetuning example accessible * fixed: targed was in wrong line * fixed: name of executable was wrong * fixed: naming of binary * fixed: model path was wrong * fixed clean target * Update examples/train-text-from-scratch/README.md --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9b6905e..4b0422c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ models/*
/result
/perplexity
/embedding
+/train-text-from-scratch
/benchmark-matmult
/vdot
/Pipfile