Skip to content

Commit

Permalink
more license headers (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchaol authored Apr 16, 2024
1 parent 7781fd7 commit 441b33f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions multinode_trainer.slurm
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.

# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# --- This script is optimized for AWS with EFA
# --- adjust NCCL_BUFFSIZE if you encounter memory
Expand Down
5 changes: 5 additions & 0 deletions run_llama_train.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.

# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

set -ex

Expand Down

0 comments on commit 441b33f

Please sign in to comment.