ashish-merlyn commited on
Commit
08ed83c
1 Parent(s): 1d0313f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -30,6 +30,8 @@ Apache-2.0
30
 
31
  ## Usage
32
 
 
 
33
  Loading model and tokenizer:
34
 
35
  ```python
 
30
 
31
  ## Usage
32
 
33
+ At full precision the model needs > 48G GPU memory. If you're running on smaller GPUs, you need an instance with multiple GPUs and/or reduced model precision (e.g. use `model.half()`)
34
+
35
  Loading model and tokenizer:
36
 
37
  ```python