Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,6 @@ This current platform is designed for engineers, architects, and researchers wor
|
|
| 35 |
Here provides a code snippet to show you how to load the EPlus-LLM and auto-generate building energy models.
|
| 36 |
|
| 37 |
```python
|
| 38 |
-
|
| 39 |
import torch
|
| 40 |
from transformers import (
|
| 41 |
AutoModelForSeq2SeqLM,
|
|
|
|
| 35 |
Here provides a code snippet to show you how to load the EPlus-LLM and auto-generate building energy models.
|
| 36 |
|
| 37 |
```python
|
|
|
|
| 38 |
import torch
|
| 39 |
from transformers import (
|
| 40 |
AutoModelForSeq2SeqLM,
|