EPlus-LLM commited on
Commit
9174264
·
verified ·
1 Parent(s): 99b8482

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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,