bmarie4i commited on
Commit
6039058
1 Parent(s): 75bb0af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ Note that the Spanish Alpaca dataset was obtained by translating the original Al
44
  ## How to Get Started with the Model
45
 
46
  Use the code below to get started with the model for inference. The adapter was directly merged into the original Llama 2 model.
47
- If you wish to only download the adapter, you will find it in the model repository's subdirectory.
48
 
49
  The following code sample uses 4-bit quantization, you may load the model without it if you have enough VRAM.
50
 
 
44
  ## How to Get Started with the Model
45
 
46
  Use the code below to get started with the model for inference. The adapter was directly merged into the original Llama 2 model.
47
+
48
 
49
  The following code sample uses 4-bit quantization, you may load the model without it if you have enough VRAM.
50