We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474e60b commit e7dbd1aCopy full SHA for e7dbd1a
.gitignore
@@ -1,5 +1,3 @@
1
-# Apache license 2 - modified after the fork to add VS code
2
-
3
# Byte-compiled / optimized / DLL files
4
__pycache__/
5
*.py[cod]
NOTICE.md
optillm.py
@@ -1,4 +1,3 @@
-# Apache license 2 - modified after the fork to add the Cerebras API option and CePO as a test-time compute method
import argparse
import logging
import os
optillm/cepo.py
-# Apache license 2 - added after the fork for the CePO method
import re
import yaml
0 commit comments