Skip to content

Commit

Permalink
take sentencepiece chages
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-esir committed Aug 26, 2024
1 parent 207a124 commit a3fa982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/causal_lm_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
| diff <(timeout 50s samples/python/greedy_causal_lm/greedy_causal_lm.py ./open_llama_3b_v2/ "return 0") -
cpp-beam_search_causal_lm-ubuntu:
runs-on: ubuntu-22.04-16-cores
strategy:
matrix:
executable:
Expand Down Expand Up @@ -387,7 +388,7 @@ jobs:
echo "Alan Turing was a" passed
cpp-prompt_lookup_decoding_lm-ubuntu:
runs-on: ubuntu-20.04-16-cores
runs-on: ubuntu-22.04-16-cores
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a3fa982

Please sign in to comment.