From f93d4c891e0f83bfbabdd91a428fb9f681ef53e4 Mon Sep 17 00:00:00 2001
From: sekyonda <127536312+sekyondaMeta@users.noreply.github.com>
Date: Mon, 24 Jul 2023 14:27:45 -0400
Subject: [PATCH] Updates per Geeta's request

Updates per Geeta's request
---
 docs/inference.md                                       | 2 +-
 {ts_scripts => scripts}/markdown_link_check_config.json | 0
 {ts_scripts => scripts}/spellcheck.sh                   | 2 +-
 {ts_scripts => scripts}/spellcheck_conf/spellcheck.yaml | 4 ++--
 {ts_scripts => scripts}/spellcheck_conf/wordlist.txt    | 6 +++++-
 5 files changed, 9 insertions(+), 5 deletions(-)
 rename {ts_scripts => scripts}/markdown_link_check_config.json (100%)
 rename {ts_scripts => scripts}/spellcheck.sh (80%)
 rename {ts_scripts => scripts}/spellcheck_conf/spellcheck.yaml (83%)
 rename {ts_scripts => scripts}/spellcheck_conf/wordlist.txt (99%)

diff --git a/docs/inference.md b/docs/inference.md
index 475251ae..48a3c8ee 100644
--- a/docs/inference.md
+++ b/docs/inference.md
@@ -31,7 +31,7 @@ inference/samsum_prompt.txt
 The inference folder also includes a chat completion example, that adds built-in safety features in fine-tuned models to the prompt tokens. To run the example:
 
 ```bash
-python inference/chat_completion.py --model_name "PATH/TO/MODEL/7B/" --prompt_file chats.json  --quantization --use_auditnlg
+python inference/chat_completion.py --model_name "PATH/TO/MODEL/7B/" --prompt_file inference/chats.json  --quantization --use_auditnlg
 
 ```
 
diff --git a/ts_scripts/markdown_link_check_config.json b/scripts/markdown_link_check_config.json
similarity index 100%
rename from ts_scripts/markdown_link_check_config.json
rename to scripts/markdown_link_check_config.json
diff --git a/ts_scripts/spellcheck.sh b/scripts/spellcheck.sh
similarity index 80%
rename from ts_scripts/spellcheck.sh
rename to scripts/spellcheck.sh
index 0f95f8c4..7f423d50 100755
--- a/ts_scripts/spellcheck.sh
+++ b/scripts/spellcheck.sh
@@ -16,5 +16,5 @@ done
 if [ ! "$sources_arg" ]; then
 	echo "No files to spellcheck"
 else
-	pyspelling -c ts_scripts/spellcheck_conf/spellcheck.yaml --name Markdown $sources_arg
+	pyspelling -c scripts/spellcheck_conf/spellcheck.yaml --name Markdown $sources_arg
 fi
diff --git a/ts_scripts/spellcheck_conf/spellcheck.yaml b/scripts/spellcheck_conf/spellcheck.yaml
similarity index 83%
rename from ts_scripts/spellcheck_conf/spellcheck.yaml
rename to scripts/spellcheck_conf/spellcheck.yaml
index 03187482..3a9a2df8 100644
--- a/ts_scripts/spellcheck_conf/spellcheck.yaml
+++ b/scripts/spellcheck_conf/spellcheck.yaml
@@ -5,8 +5,8 @@ matrix:
     d: en_US
   dictionary:
     wordlists:
-    - ts_scripts/spellcheck_conf/wordlist.txt
-    output: ts_scripts/spellcheck_conf/wordlist.dic
+    - scripts/spellcheck_conf/wordlist.txt
+    output: scripts/spellcheck_conf/wordlist.dic
     encoding: utf-8
   pipeline:
   - pyspelling.filters.context:
diff --git a/ts_scripts/spellcheck_conf/wordlist.txt b/scripts/spellcheck_conf/wordlist.txt
similarity index 99%
rename from ts_scripts/spellcheck_conf/wordlist.txt
rename to scripts/spellcheck_conf/wordlist.txt
index 3a0a6b1e..77ef92c0 100644
--- a/ts_scripts/spellcheck_conf/wordlist.txt
+++ b/scripts/spellcheck_conf/wordlist.txt
@@ -1063,4 +1063,8 @@ inferentia
 ActionSLAM
 statins
 ci
-chatGPT
\ No newline at end of file
+chatGPT
+Llama
+PEFT
+LORA
+FSDP
\ No newline at end of file
-- 
GitLab