Skip to content

Commit d7f9708

Browse files
authored
fix: typos across the codebase (#69)
1 parent 82a3bad commit d7f9708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpt_oss/evals/healthbench_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373
```
7474
75-
As another example, if the critera says "Is overly verbose" and the response is concise, then the criteria is not met, and you should return a json like this:
75+
As another example, if the criteria says "Is overly verbose" and the response is concise, then the criteria is not met, and you should return a json like this:
7676
7777
```json
7878
{

gpt_oss/metal/include/gpt-oss/functions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ enum gptoss_status GPTOSS_ABI gptoss_context_reset(
267267
gptoss_context_t context);
268268

269269
/*
270-
* Pre-process the tokens in the Context and generate probability distrubution over the next token.
270+
* Pre-process the tokens in the Context and generate probability distribution over the next token.
271271
*
272272
* @param context Context object created by gptoss_context_create.
273273
*

0 commit comments

Comments
 (0)