Skip to content

Commit a7b4e0f

Browse files
authored
Rename NeMo-related TOML configurations to reflect the exact model (#222)
* Rename gpt to gpt3_40b * Rename llama to llama2_70b
1 parent 83b18b9 commit a7b4e0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name = "gpt"
18-
description = "gpt"
17+
name = "gpt3_40b"
18+
description = "gpt3_40b"
1919
test_template_name = "NeMoLauncher"
2020

2121
[cmd_args]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name = "llama"
17+
name = "llama2_70b"
1818
description = "Llama2 70b"
1919
test_template_name = "NeMoLauncher"
2020

0 commit comments

Comments
 (0)