adding in disclaimer about trailing spaces
Browse files
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 |
|