File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 "metadata" : {},
55 "cell_type" : " code" ,
66 "source" : [
7- " from labml_nn.lora.experiment import Configs \n " ,
7+ " from labml_nn.lora.experiment import Trainer \n " ,
88 " from labml import experiment"
99 ],
1010 "id" : " 1b9da2e59ffce5d5" ,
2424 {
2525 "metadata" : {},
2626 "cell_type" : " code" ,
27- "source" : " conf = Configs ()" ,
27+ "source" : " trainer = Trainer ()" ,
2828 "id" : " 31c9bc08eca2592" ,
2929 "outputs" : [],
3030 "execution_count" : null
3131 },
3232 {
3333 "metadata" : {},
3434 "cell_type" : " code" ,
35- "source" : " experiment.configs(conf )" ,
35+ "source" : " experiment.configs(trainer )" ,
3636 "id" : " fb6ce74326558948" ,
3737 "outputs" : [],
3838 "execution_count" : null
3939 },
4040 {
4141 "metadata" : {},
4242 "cell_type" : " code" ,
43- "source" : " conf .initialize()" ,
43+ "source" : " trainer .initialize()" ,
4444 "id" : " 1456cfab47dee3b" ,
4545 "outputs" : [],
4646 "execution_count" : null
5050 "cell_type" : " code" ,
5151 "source" : [
5252 " with experiment.start():\n " ,
53- " conf .run()"
53+ " trainer .run()"
5454 ],
5555 "id" : " 3fe4068fd2df9094" ,
5656 "outputs" : [],
You can’t perform that action at this time.
0 commit comments