Update README.md

This commit is contained in:
James 2024-11-20 17:59:44 +10:00 committed by GitHub
parent 84b587a03b
commit 39bb8cb261
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,7 @@ pip install -r requirements.txt
Create a file named `modelfile` with these exact contents:
FROM your-model-name
PARAMETER num_ctx 38000
Replace "your-model-name" with your chosen model (e.g., phi3:3.8b-mini-128k-instruct).