mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 05:57:21 -05:00
Add training/pretrain.py with pretraining script stub
This commit is contained in:
committed by
GitHub
parent
fa4f69097f
commit
972708b476
6
lucidia_llm/training/pretrain.py
Normal file
6
lucidia_llm/training/pretrain.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Training script for continued pretraining of the Lucidia model."""
|
||||
|
||||
|
||||
def main():
|
||||
"""Main function for pretraining."""
|
||||
raise NotImplementedError("Pretraining script not implemented")
|
||||
Reference in New Issue
Block a user