Text Generation
Transformers
English
gpt_neox
red_pajama
Inference Endpoints
text-generation-inference
keldenl commited on
Commit
7c9f0a6
1 Parent(s): 785c1b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,8 @@ tags:
14
 
15
  **Original Model Link: https://huggingface.co/togethercomputer/RedPajama-INCITE-Instruct-3B-v1**
16
 
17
- This will NOT work with llama.cpp as of 5/8/2023. This will ONLY work with the GGML fork in https://github.com/ggerganov/ggml/pull/134, and soon https://github.com/keldenl/gpt-llama.cpp (which uses llama.cpp or ggml).
 
18
 
19
  # RedPajama-INCITE-Instruct-3B-v1
20
 
14
 
15
  **Original Model Link: https://huggingface.co/togethercomputer/RedPajama-INCITE-Instruct-3B-v1**
16
 
17
+ This will NOT work with llama.cpp as of 5/13/2023, but this NOW works (5/13/2023) with the GGML in https://github.com/ggerganov/ggml/ via gpt-neox
18
+ This also works in my project https://github.com/keldenl/gpt-llama.cpp (uses ggml as an InferenceEngine).
19
 
20
  # RedPajama-INCITE-Instruct-3B-v1
21