Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitignore additions #349

Merged
merged 1 commit into from
Nov 22, 2024
Merged

.gitignore additions #349

merged 1 commit into from
Nov 22, 2024

Conversation

tmm1
Copy link
Collaborator

@tmm1 tmm1 commented Aug 7, 2023

No description provided.

.gitignore Outdated Show resolved Hide resolved
@tmm1
Copy link
Collaborator Author

tmm1 commented Aug 7, 2023

i'll add qlora-out too. are there other dirs used by the code?

it's kind of all over the place, so maybe we should standardize the examples and use -model suffix that can be ignored?

README.md:output_dir: ./completed-model
examples/cerebras/qlora.yml:output_dir: ./qlora-out
examples/falcon/config-7b-lora.yml:output_dir: ./falcon-7b
examples/falcon/config-7b-qlora.yml:output_dir: ./qlora-out
examples/falcon/config-7b.yml:output_dir: ./falcon-7b
examples/gptj/qlora.yml:output_dir: ./qlora-out
examples/gptq-lora-7b/config.yml:output_dir: ./llama-7b-lora-int4
examples/jeopardy-bot/config.yml:output_dir: ./jeopardy-bot-7b
examples/llama-2/lora.yml:output_dir: ./lora-out
examples/llama-2/qlora.yml:output_dir: ./qlora-out
examples/mpt-7b/config.yml:output_dir: ./mpt-alpaca-7b
examples/openllama-3b/config.yml:output_dir: ./openllama-out
examples/openllama-3b/lora.yml:output_dir: ./lora-out
examples/openllama-3b/qlora.yml:output_dir: ./qlora-out
examples/pythia-12b/config.yml:output_dir: ./pythia-12b
examples/pythia/lora.yml:output_dir: ./lora-alpaca-pythia
examples/redpajama/config-3b.yml:output_dir: ./redpajama-alpaca-3b
examples/replit-3b/config-lora.yml:output_dir: ./lora-replit
examples/xgen-7b/xgen-7b-8k-qlora.yml:output_dir: ./qlora-out

@winglian
Copy link
Collaborator

winglian commented Aug 7, 2023

i'll add qlora-out too. are there other dirs used by the code?

it's kind of all over the place, so maybe we should standardize the examples and use -model suffix that can be ignored?

maybe standardize to output_dir: ./output-model?

@tmm1
Copy link
Collaborator Author

tmm1 commented Aug 7, 2023

maybe standardize to output_dir: ./output-model?

can that cause problems if you try to run two different examples in the same checkout? if so we could have ./output-model-llama2 etc?

@NanoCode012
Copy link
Collaborator

Please add wandb folder as well :) ! It becomes large over time.

@winglian
Copy link
Collaborator

maybe standardize to output_dir: ./output-model?

can that cause problems if you try to run two different examples in the same checkout? if so we could have ./output-model-llama2 etc?

or maybe something like ./model-out/<model-name>/?, then we can simply ignore model-out?

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

Successfully merging this pull request may close these issues.

3 participants