Skip to content

Commit

Permalink
add linux tinygrad test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jan 23, 2025
1 parent a8a9e3f commit 790c08a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,28 @@ jobs:
prompt: "Keep responses concise. Who was the king of pop?"
expected_output: "Michael Jackson"

chatgpt_api_integration_test_tinygrad_linux:
resource_class: ubuntu-24.04
steps:
- checkout
- run:
name: Set up Python
command: |
brew install [email protected]
python3.12 -m venv env
source env/bin/activate
- run:
name: Install dependencies
command: |
source env/bin/activate
pip install --upgrade pip
pip install .
- run_chatgpt_api_test:
inference_engine: tinygrad
model_id: llama-3.2-1b
prompt: "Keep responses concise. Who was the king of pop?"
expected_output: "Michael Jackson"

measure_pip_sizes:
macos:
xcode: "16.0.0"
Expand Down

0 comments on commit 790c08a

Please sign in to comment.