Skip to content

Commit

Permalink
Fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SYusupov committed Sep 17, 2024
1 parent 46e375b commit ae3f88c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DOCKERHUB_USERNAME=sayyory
DOCKER_IMAGE_TAG=3bf89b5864b7471becfec8bf90f2861aaaa3e90f
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/lm-evaluation-harness/
/__pycache__
*.gguf
test.ipynb
test.ipynb
__pycache__
1 change: 1 addition & 0 deletions app/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'efforts to hit home runs.'\
'D. Babe cannot recover because moral consideration is not valid.'\


# Test the root endpoint
def test_read_root():
response = client.get("/")
Expand Down

0 comments on commit ae3f88c

Please sign in to comment.