prepared dataset caching, other misc fixes (#665)

* prepared dataset caching, other misc fixes

* also don't load from disk cache unless explicit
This commit is contained in:
Wing Lian
2023-10-02 21:07:24 -04:00
committed by GitHub
parent f4868d733c
commit e50a64e85e
32 changed files with 35 additions and 34 deletions

View File

@@ -51,7 +51,7 @@ def print_axolotl_text_art(suffix=None):
def get_multi_line_input() -> Optional[str]:
print("Give me an instruction (Ctrl + D to finish): ")
print("Give me an instruction (Ctrl + D to submit): ")
instruction = ""
for line in sys.stdin:
instruction += line # pylint: disable=consider-using-join