Skip to content

Commit

Permalink
refactor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Sep 25, 2024
1 parent 17df8e0 commit a8de053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/vllm/src/tests/test_config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[inference]
api_key = ""
cache_dir = "./cache/"
cache_dir = "./"
flush_storage = true
model_name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
device_ids = [0]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[inference]
api_key = ""
cache_dir = "./cache/"
cache_dir = "./"
flush_storage = true
model_name = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
device_ids = [0]
Expand Down

0 comments on commit a8de053

Please sign in to comment.