ashish-merlyn commited on
Commit
d5722a5
1 Parent(s): d54622d

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. A single A100-80GB GPU suffices, for example. If you're running on smaller GPUs, you need an instance with multiple GPUs and/or reduced model precision (e.g. use model.half() before moving to device)
34
+
35
  Loading model and tokenizer:
36
 
37
  ```python