Skip to content

Commit

Permalink
fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheth committed May 27, 2024
1 parent 32bb4fa commit 0481d2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions llm/vicuna-llama-2/train.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
envs:
<<<<<<< Updated upstream
HF_TOKEN: # TODO: Fill with your own huggingface token, or use --env to pass.
ARTIFACT_BUCKET_NAME: # TODO: Fill with your unique bucket name, or use --env to pass.
WANDB_API_KEY: # TODO: Fill with your own WANDB_API_KEY, or use --env to pass.
=======
HF_TOKEN: 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 # Change to your own huggingface token
ARTIFACT_BUCKET_NAME: YOUR_OWN_BUCKET_NAME # Change to your own bucket name
WANDB_API_KEY: "" # Change to your own wandb api key
>>>>>>> Stashed changes
MODEL_SIZE: 7
USE_XFORMERS: 1

Expand Down

0 comments on commit 0481d2c

Please sign in to comment.