mirror of
https://github.com/ooyinet/WeClone.git
synced 2026-08-29 05:51:04 +08:00
10 lines
123 B
Python
10 lines
123 B
Python
from llamafactory.train.tuner import export_model
|
|
|
|
|
|
def main():
|
|
export_model()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|