Skip to content

Commit

Permalink
Merge branch 'main-dev' of https://github.com/unum-cloud/ucall into m…
Browse files Browse the repository at this point in the history
…ain-dev
  • Loading branch information
ashvardanian committed May 13, 2024
2 parents 9c9637e + 51bd671 commit 750163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main(
script_dir = os.path.dirname(os.path.abspath(__file__))
project_dir = os.path.dirname(script_dir)
sys.path.append(f"{script_dir}/login")
sys.path.append(os.path.join(project_dir, "src"))
sys.path.append(os.path.join(project_dir, "python"))

class_ = locate(class_name)
stats = bench_parallel(
Expand Down

0 comments on commit 750163c

Please sign in to comment.