Skip to content

Commit e193e06

Browse files
committed
update examples to use free tier gemini 2.5 pro
1 parent c05c94b commit e193e06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ weco --source optimize.py \
8787
--metric speedup \
8888
--maximize true \
8989
--steps 15 \
90-
--model claude-3-7-sonnet-20250219 \
90+
--model gemini-2.5-pro-exp-03-25 \
9191
--additional-instructions "Fuse operations in the forward method while ensuring the max float deviation remains small. Maintain the same format of the code."
9292
```
9393

@@ -105,7 +105,7 @@ weco --source optimize.py \
105105
--metric speedup \
106106
--maximize true \
107107
--steps 30 \
108-
--model o3-mini \
108+
--model gemini-2.5-pro-exp-03-25 \
109109
--additional-instructions examples.rst
110110
```
111111

@@ -122,7 +122,7 @@ Given how useful causal multihead self attention is to transformers, we've seen
122122
--metric speedup \
123123
--maximize true \
124124
--steps 30 \
125-
--model gemini-2.5-pro-preview-03-25 \
125+
--model gemini-2.5-pro-exp-03-25 \
126126
--additional-instructions "Use triton to optimize the code while ensuring a small max float diff. Maintain the same code format."
127127
```
128128
@@ -135,7 +135,7 @@ Given how useful causal multihead self attention is to transformers, we've seen
135135
--metric speedup \
136136
--maximize true \
137137
--steps 30 \
138-
--model gemini-2.5-pro-preview-03-25 \
138+
--model gemini-2.5-pro-exp-03-25 \
139139
--additional-instructions guide.md
140140
```
141141
@@ -176,7 +176,7 @@ weco --source examples/spaceship-titanic/optimize.py \
176176
--metric accuracy \
177177
--maximize true \
178178
--steps 10 \
179-
--model o3-mini \
179+
--model gemini-2.5-pro-exp-03-25 \
180180
--additional-instructions examples/spaceship-titanic/README.md
181181
```
182182

0 commit comments

Comments
 (0)