Skip to content

Commit

Permalink
[Typo] Shebang typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresmyhair committed Jun 14, 2024
1 parent f9116ab commit 82ce25e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions scripts/run_reward_modeling.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
#!/bin/bash
# Copyright 2024 Statistics and Machine Learning Research Group. All rights reserved.
# Parses arguments
model_name_or_path=google/gemma-2b-it
Expand Down
3 changes: 1 addition & 2 deletions scripts/run_reward_modeling_with_lisa.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
#!/bin/bash
# Copyright 2024 Statistics and Machine Learning Research Group. All rights reserved.
# Parses arguments
model_name_or_path=google/gemma-2b-it
Expand Down
3 changes: 1 addition & 2 deletions scripts/run_reward_modeling_with_lora.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
#!/bin/bash
# Copyright 2024 Statistics and Machine Learning Research Group. All rights reserved.
# Parses arguments
model_name_or_path=google/gemma-2b-it
Expand Down

0 comments on commit 82ce25e

Please sign in to comment.