Skip to content

Commit 4b9b16e

Browse files
committed
Upated author in setup.py. Fix typo in README.
1 parent bec4b9e commit 4b9b16e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $ evaluate_functional_correctness --help
103103
However, we recommend that you use the default values for the rest.
104104

105105
## Issues
106-
Problem descriptions in `descriptions/VerilogDescriptions_Machine.jsonl` are machine
106+
Problem descriptions in `descriptions/VerilogDescription_Machine.jsonl` are machine
107107
generated and we can not guarantee the absense of ambiguity and errors. We do not plan
108108
to maintain description correctness.
109109

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
py_modules=["verilog-eval"],
1010
version="1.0",
1111
description="",
12-
author="OpenAI",
12+
author="NVIDIA",
1313
packages=find_packages(),
1414
install_requires=[
1515
str(r)

0 commit comments

Comments
 (0)