Skip to content

Commit

Permalink
chore: no more llama2.c directory
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Sep 6, 2023
1 parent bac2004 commit 288ae46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
convert-upload:
runs-on: ubuntu-latest
steps:
- name: Checkout own repo
- name: Checkout karpathy/llama2.c repo
uses: actions/checkout@v4
with:
repository: "karpathy/llama2.c"
Expand All @@ -23,9 +23,8 @@ jobs:

- name: Install Python packages
run: |
cd ${{ github.ref_name }}
pip install --no-cache-dir -r requirements.txt
pip install --no-cache-dir transformers
- name: Download and convert model
run: cd ${{ github.ref_name }};python export.py tinyllama.bin --hf ${{ github.event.inputs.model_name }}
run: python export.py tinyllama.bin --hf ${{ github.event.inputs.model_name }}

0 comments on commit 288ae46

Please sign in to comment.