This website requires JavaScript.
Explore
Help
Register
Sign In
423A35C7
/
LLaMA-Factory
Watch
1
Star
0
Fork
0
You've already forked LLaMA-Factory
mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced
2025-10-15 16:18:10 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
LLaMA-Factory
/
src
/
llamafactory
/
hparams
History
hoshi-hiyouga
d475dd3809
Update parser.py
...
Former-commit-id: 60e605cd9d399bd04432864ede9c84302890eac8
2024-06-24 21:37:42 +08:00
..
__init__.py
add license
2024-06-15 17:54:33 +08:00
data_args.py
tiny fix
2024-06-16 01:06:41 +08:00
evaluation_args.py
add license
2024-06-15 17:54:33 +08:00
finetuning_args.py
lint
2024-06-17 22:35:56 +08:00
generating_args.py
add license
2024-06-15 17:54:33 +08:00
model_args.py
Bug Fix:
off
is parsed as
False
in yaml file, changed to
disabled
to avoid this.
2024-06-24 20:39:31 +08:00
parser.py
Update parser.py
2024-06-24 21:37:42 +08:00