mirror of
https://github.com/RYDE-WORK/MiniCPM.git
synced 2026-02-02 13:15:44 +08:00
remove breakpoint
This commit is contained in:
parent
5ab08cef50
commit
111657c02c
@ -683,7 +683,6 @@ if __name__ == "__main__":
|
|||||||
print(f"Trainable parameters {p:.3f}M")
|
print(f"Trainable parameters {p:.3f}M")
|
||||||
|
|
||||||
print("Loading datasets")
|
print("Loading datasets")
|
||||||
breakpoint()
|
|
||||||
train_set, valid_set, test_set = load(args)
|
train_set, valid_set, test_set = load(args)
|
||||||
|
|
||||||
# Resume training the given adapters.
|
# Resume training the given adapters.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user