Update README.md
Browse files
README.md
CHANGED
|
@@ -63,6 +63,7 @@ Here provides a code snippet to show you how to load the EPlus-LLM and auto-gene
|
|
| 63 |
|
| 64 |
```python
|
| 65 |
# ⚠️ Please make sure you have adequate GPU memory.
|
|
|
|
| 66 |
# ! pip install -U bitsandbytes -q
|
| 67 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
| 68 |
import torch
|
|
|
|
| 63 |
|
| 64 |
```python
|
| 65 |
# ⚠️ Please make sure you have adequate GPU memory.
|
| 66 |
+
# ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
|
| 67 |
# ! pip install -U bitsandbytes -q
|
| 68 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
| 69 |
import torch
|