jayr014 commited on
Commit
f115b64
1 Parent(s): b6e1bd3

adding in disclaimer about trailing spaces

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -98,6 +98,7 @@ NOTE: Things that we had to modify in order for BLOOMChat to work:
98
  - This is because for our testing of this repo we used 4 80GB A100 GPUs and would run into memory issues
99
  - Modifying `inference_server/cli.py`
100
  - This is because the model was trained using specific human, bot tags
 
101
 
102
  Modifications for `inference_server/models/hf_accelerate.py`:
103
 
 
98
  - This is because for our testing of this repo we used 4 80GB A100 GPUs and would run into memory issues
99
  - Modifying `inference_server/cli.py`
100
  - This is because the model was trained using specific human, bot tags
101
+ - Trailing spaces may lead to subpar performance
102
 
103
  Modifications for `inference_server/models/hf_accelerate.py`:
104