AhmedBou commited on
Commit
ad0070c
1 Parent(s): 51d48b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -9,7 +9,9 @@ tags:
9
  - Dolly
10
  ---
11
 
12
- Requirements:
 
 
13
 
14
  <pre>
15
  !pip install -q -U bitsandbytes
@@ -18,7 +20,7 @@ Requirements:
18
  !pip install -q -U git+https://github.com/huggingface/accelerate.git
19
  </pre>
20
 
21
- Import this model using:
22
 
23
  <pre>
24
  <code>
@@ -37,7 +39,7 @@ model = PeftModel.from_pretrained(model, peft_model_id)
37
  </pre>
38
 
39
 
40
- Inference using:
41
 
42
  <pre>
43
  <code>
@@ -50,7 +52,7 @@ Inference using:
50
  </pre>
51
 
52
 
53
- Output:
54
 
55
  <pre>
56
  <code>
 
9
  - Dolly
10
  ---
11
 
12
+ # Requirements:
13
+
14
+ ## You can run this model on Google Colab Pro, it requires a substantial amount of VRAM.
15
 
16
  <pre>
17
  !pip install -q -U bitsandbytes
 
20
  !pip install -q -U git+https://github.com/huggingface/accelerate.git
21
  </pre>
22
 
23
+ # Import this model using:
24
 
25
  <pre>
26
  <code>
 
39
  </pre>
40
 
41
 
42
+ # Inference using:
43
 
44
  <pre>
45
  <code>
 
52
  </pre>
53
 
54
 
55
+ # Output:
56
 
57
  <pre>
58
  <code>