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 3862150 commit 9c9c0aeCopy full SHA for 9c9c0ae
src/evals.py
@@ -21,6 +21,11 @@ class Evals:
21
"""
22
Benchmark Code generated using Pass@k Metric and other metrics
23
This is useful to access each LLM for Verilog code generation
24
+
25
+ TODO: This class is the most buggiest code I have written - thanks to Python.
26
+ - Yet somehow, it works. (like an ugly glue)
27
+ - Before it becomes a *Tech Debt*, clean it up!
28
+ NOTE: Use this class with caution
29
30
31
def __init__(self):
0 commit comments