Sheparddyan commited on
Commit
dd75197
·
verified ·
1 Parent(s): 11c6602

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ In power flow sensitivity, ref voltage sensitivity is tensor([7.0194e+21], dtype
28
  Power flow is not converged, mismatch is 86149.68274090989。
29
  """
30
 
31
- model_path = "/dpsdata/yyq22/models/PowerFlowLLM/Qwen2.5-1.5B-CoTSFT_GRPO"
32
 
33
  model = AutoModelForCausalLM.from_pretrained(model_path, trust_remote_code=True, device_map="cuda:0")
34
  tokenizer = AutoTokenizer.from_pretrained(model_path)
 
28
  Power flow is not converged, mismatch is 86149.68274090989。
29
  """
30
 
31
+ model_path = "Sheparddyan/PowerFlowLLM"
32
 
33
  model = AutoModelForCausalLM.from_pretrained(model_path, trust_remote_code=True, device_map="cuda:0")
34
  tokenizer = AutoTokenizer.from_pretrained(model_path)