Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,9 @@ Here provides a code snippet to show you how to load the EPlus-LLM and auto-gene
|
|
| 37 |
[](https://colab.research.google.com/github/Gangjiang1/EPlus-LLM/blob/main/v1/EPlus-LLM_inference.ipynb)
|
| 38 |
|
| 39 |
```python
|
|
|
|
|
|
|
|
|
|
| 40 |
import torch
|
| 41 |
from transformers import (
|
| 42 |
AutoModelForSeq2SeqLM,
|
|
|
|
| 37 |
[](https://colab.research.google.com/github/Gangjiang1/EPlus-LLM/blob/main/v1/EPlus-LLM_inference.ipynb)
|
| 38 |
|
| 39 |
```python
|
| 40 |
+
# ⚠️ Please make sure you have adequate GPU memory.
|
| 41 |
+
# ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
|
| 42 |
+
|
| 43 |
import torch
|
| 44 |
from transformers import (
|
| 45 |
AutoModelForSeq2SeqLM,
|