Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions recipes/configs/llama3/70B_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
#
# This config is only tested on an 8xA100 machine.
#
# !!!!!!!!!!!!!
# !!!!!!!!!!!!!
# ATTENTION: It will only work with pytorch>=2.5 (nightlies). For other pytorch versions, it will OOM, even on 8xA100.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove this all together. We make no guarantees to really support any versions of PyTorch with the exception of the latest PyTorch and nightlies.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

# !!!!!!!!!!!!!
# !!!!!!!!!!!!!


# Tokenizer
Expand Down
6 changes: 1 addition & 5 deletions recipes/configs/llama3_1/405B_qlora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
# This config needs 8 GPUs to run
# # tune run --nproc_per_node 8 lora_finetune_distributed --config llama3_1/405B_qlora
#
# !!!!!!!!!!!!!
# !!!!!!!!!!!!!
# ATTENTION: It will only work with pytorch>=2.5 (nightlies). For other pytorch versions, it will OOM, even on 8xA100.
# !!!!!!!!!!!!!
# !!!!!!!!!!!!!


# Model Arguments
model:
Expand Down
5 changes: 0 additions & 5 deletions recipes/configs/llama3_1/70B_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
#
# This config is only tested on an 8xA100 machine.
#
# !!!!!!!!!!!!!
# !!!!!!!!!!!!!
# ATTENTION: It will only work with pytorch>=2.5 (nightlies). For other pytorch versions, it will OOM, even on 8xA100.
# !!!!!!!!!!!!!
# !!!!!!!!!!!!!

# Tokenizer
tokenizer:
Expand Down