mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
import logger
This commit is contained in:
parent
c02a42db93
commit
0863dee463
@ -1,5 +1,6 @@
|
||||
import os
|
||||
from google.cloud import storage
|
||||
from loguru import logger
|
||||
|
||||
GCS_PREFIX = "gs://"
|
||||
GCS_LOCAL_DIR = "/tmp/gcs_model"
|
||||
|
Loading…
Reference in New Issue
Block a user