Skip to content

Commit

Permalink
fix hardcoded path in debug_inference_engine
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jul 20, 2024
1 parent 30ab126 commit 4d962ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exo/inference/debug_inference_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ async def test_inference_engine(inference_engine_1: InferenceEngine, inference_e
asyncio.run(test_inference_engine(
TinygradDynamicShardInferenceEngine(),
TinygradDynamicShardInferenceEngine(),
"/Users/alex/Library/Caches/tinygrad/downloads/llama3-8b-sfr",
"llama3-8b-sfr",
))

0 comments on commit 4d962ff

Please sign in to comment.