Skip to content

A new file cli.rs was added to the llm/src directory#3

Open
Adesoji1 wants to merge 1 commit intoSteboss:mainfrom
Adesoji1:main
Open

A new file cli.rs was added to the llm/src directory#3
Adesoji1 wants to merge 1 commit intoSteboss:mainfrom
Adesoji1:main

Conversation

@Adesoji1
Copy link

@Adesoji1 Adesoji1 commented Mar 5, 2025

steboss,

CLI Module:
Running cargo run -- --learning_rate 0.005 --batch_size 64 --epochs 20 should print out the provided configuration.

Run the llm binary with custom arguments:

cargo run --package llm -- --learning_rate 0.005 --batch_size 64 --epochs 20

The output should reflect the provided settings.

Documentation:
New contributors should be able to follow the CONTRIBUTING.md and updated README.md to set up and run the project.

@Steboss
Copy link
Owner

Steboss commented Mar 5, 2025

Hey @Adesoji1

Thanks so much for your contribution. I'll review the code, and get back to you asap - as I am a bit busy at work at the moment
Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants