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