Skip to content

Git isn't initialized properly in bash run_llama31.sh #822

Description

@sean-smith

Git isn't setup in the run_llama31.sh script at all which leads to an error like:

fatal: not a valid object name: HEAD:

The run_demo.sh script includes the following lines:

git init
git add .
git config --global user.name "test"
git config --global user.email "test@test.com"
git commit -m "start"

I'll submit a PR to add these to run_llama31.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions