Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gongy committed Dec 11, 2023
1 parent aaebf65 commit 365f91e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 06_gpu_and_ml/tgi_mixtral.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#
# First we import the components we need from `modal`.

from modal import Image, Mount, Stub, asgi_app, gpu, method

from pathlib import Path
import subprocess
from pathlib import Path

from modal import Image, Mount, Stub, asgi_app, gpu, method

# Next, we set which model to serve, taking care to specify the GPU configuration required
# to fit the model into VRAM, and the quantization method (`bitsandbytes` or `gptq`) if desired.
Expand Down

0 comments on commit 365f91e

Please sign in to comment.