elinas commited on
Commit
961b5e3
1 Parent(s): edd95c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
 
9
  # chronos-70b-v2
10
 
11
- This is the FP16 PyTorch / HF version of **chronos-70b-v2** based on the **Llama v2 Base** model.
12
 
13
  Big thank you to the Pygmalion team for providing compute. Reach out to me if you would like individual credit.
14
 
@@ -41,11 +41,9 @@ Sampling and settings can make a significant difference for this model, so play
41
 
42
  ## Other Versions
43
 
44
- [GGML Versions provided by @TheBloke]()
45
 
46
- [4bit GPTQ Quantized version]()
47
-
48
- Only use this version for further quantization or if you would like to run in full precision, as long as you have the VRAM required.
49
 
50
 
51
  **Support Development of New Models**
 
8
 
9
  # chronos-70b-v2
10
 
11
+ This is the FP16 PyTorch / HF version of **chronos-70b-v2** based on the **Llama v2 Base** model. This version will **not fit on a consumer GPU**, use a quantized type of model from those linked below!
12
 
13
  Big thank you to the Pygmalion team for providing compute. Reach out to me if you would like individual credit.
14
 
 
41
 
42
  ## Other Versions
43
 
44
+ [LlamaCPP Versions provided by @TheBloke]()
45
 
46
+ [GPTQ Quantized Versions provided by @TheBloke]()
 
 
47
 
48
 
49
  **Support Development of New Models**