EPlus-LLM commited on
Commit
c33f706
·
verified ·
1 Parent(s): eb3f0d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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,