Update README.md
Browse files
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 = "/
|
| 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)
|