openai api for llm (#13648)

* openai api for llm

* responds to simple request

* schedule cache needs to unbind

* stream works

* share stream code

* 20k

* one print

* cid
This commit is contained in:
George Hotz
2025-12-12 08:25:33 -05:00
committed by GitHub
parent 93ad1f7732
commit f0fa9bcd98
4 changed files with 83 additions and 29 deletions

View File

@@ -289,8 +289,8 @@ jobs:
python extra/optimization/extract_dataset.py
gzip -c /tmp/sops > extra/datasets/sops.gz
#DEBUG=1 MIN_ASTS=1 python extra/optimization/get_action_space.py
- name: Repo line count < 19150 lines
run: MAX_LINE_COUNT=19150 python sz.py
- name: Repo line count < 20000 lines
run: MAX_LINE_COUNT=20000 python sz.py
spec:
strategy: