Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,8 @@ Here provides a code snippet to show you how to load the EPlus-LLM and auto-gene
|
|
| 66 |
# ⚠️ Please make sure you have adequate GPU memory.
|
| 67 |
# ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
|
| 68 |
# ⚠️ Download the v2_nextpart.idf file from the EPlus-LLMv2 repo and place it in your current working directory.
|
| 69 |
-
|
|
|
|
| 70 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
| 71 |
import torch
|
| 72 |
from peft import PeftModel, PeftConfig
|
|
|
|
| 66 |
# ⚠️ Please make sure you have adequate GPU memory.
|
| 67 |
# ⚠️ Please make sure your EnergyPlus version is 9.6 for successful running.
|
| 68 |
# ⚠️ Download the v2_nextpart.idf file from the EPlus-LLMv2 repo and place it in your current working directory.
|
| 69 |
+
|
| 70 |
+
# ! pip install -U bitsandbytes -q # pip this repo at your first run
|
| 71 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
| 72 |
import torch
|
| 73 |
from peft import PeftModel, PeftConfig
|