Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ Here provides a code snippet to show you how to load the EPlus-LLM and auto-gene
|
|
| 39 |
```python
|
| 40 |
# ⚠️ Please make sure you have GPU.
|
| 41 |
# ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
|
| 42 |
-
# ⚠️Download the v1_nextpart.idf file from the EPlus-LLM repo and place it in your current working directory.
|
| 43 |
import torch
|
| 44 |
from transformers import (
|
| 45 |
AutoModelForSeq2SeqLM,
|
|
|
|
| 39 |
```python
|
| 40 |
# ⚠️ Please make sure you have GPU.
|
| 41 |
# ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
|
| 42 |
+
# ⚠️ Download the v1_nextpart.idf file from the EPlus-LLM repo and place it in your current working directory.
|
| 43 |
import torch
|
| 44 |
from transformers import (
|
| 45 |
AutoModelForSeq2SeqLM,
|