-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8a9e3f
commit 790c08a
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|