EPlus-LLM commited on
Commit
25fe76a
·
verified ·
1 Parent(s): bb52ce4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- # ! pip install -U bitsandbytes -q
 
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