From 09ae3044f480e0803ec30f361dd8b2fc2bb2bf91 Mon Sep 17 00:00:00 2001 From: KASR Date: Mon, 24 Apr 2023 20:56:15 +0200 Subject: [PATCH] small update on the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19110302c..e56a857b8 100644 --- a/README.md +++ b/README.md @@ -303,9 +303,10 @@ Please verify the [sha256 checksums](SHA256SUMS) of all downloaded model files t - on macOS: `shasum -a 256 --ignore-missing -c SHA256SUMS` - on windows there is a PowerShell script available which can perfom the verification, use the following steps to run it: 1. Open PowerShell - 2. `cd ` - 3. `.\check_SHA256_windows.ps1` + 2. Change the directory to the script folder in your llama directory: `cd .\PathToLLamMa\scripts` + 3. Launch the powershell script: `.\check_SHA256_windows.ps1` +### LLaMA papers and background on large language models If you have issues with model generation quality, then please at least scan the following links and papers to understand the limitations of LLaMA models. This is especially important when choosing an appropriate model size and appreciating both the significant and subtle differences between LLaMA models and ChatGPT: - LLaMA: