Skip to content

Commit

Permalink
rearrange files
Browse files Browse the repository at this point in the history
  • Loading branch information
HashemAlsaket committed Aug 12, 2023
1 parent 393326b commit fd7cc76
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 3 deletions.
Empty file removed benchmarks/__init__.py
Empty file.
12 changes: 12 additions & 0 deletions prompttools/benchmarks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) Hegel AI, Inc.
# All rights reserved.
#
# This source code's license can be found in the
# LICENSE file in the root directory of this source tree.

from .benchmark import Benchmark


__all__ = [
"Benchmark",
]
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -626,11 +626,25 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "46dc6a55",
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'prompttools.benchmarks'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"Input \u001b[0;32mIn [2]\u001b[0m, in \u001b[0;36m<cell line: 1>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mprompttools\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mbenchmarks\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mbenchmark\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m Benchmark\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'prompttools.benchmarks'"
]
}
],
"source": [
"from prompttools."
]
}
],
"metadata": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd7cc76

Please sign in to comment.