mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Add check for trains_agent updates
This commit is contained in:
parent
e0d004c9d5
commit
72829860c8
@ -43,9 +43,9 @@ class Session(TokenManager):
|
|||||||
_write_session_timeout = (300.0, 300.)
|
_write_session_timeout = (300.0, 300.)
|
||||||
|
|
||||||
api_version = '2.1'
|
api_version = '2.1'
|
||||||
default_host = "https://demoapi.trainsai.io"
|
default_host = "https://demoapi.trains.allegro.ai"
|
||||||
default_web = "https://demoapp.trainsai.io"
|
default_web = "https://demoapp.trains.allegro.ai"
|
||||||
default_files = "https://demofiles.trainsai.io"
|
default_files = "https://demofiles.trains.allegro.ai"
|
||||||
default_key = "EGRTCO8JMSIGI6S39GTP43NFWXDQOW"
|
default_key = "EGRTCO8JMSIGI6S39GTP43NFWXDQOW"
|
||||||
default_secret = "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"
|
default_secret = "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ VIRTUAL_ENVIRONMENT_PATH = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_BASE_DIR = normalize_path(CONFIG_DIR, "data_cache")
|
DEFAULT_BASE_DIR = normalize_path(CONFIG_DIR, "data_cache")
|
||||||
DEFAULT_HOST = "https://demoai.trainsai.io"
|
DEFAULT_HOST = "https://demoapi.trains.allegro.ai"
|
||||||
MAX_DATASET_SOURCES_COUNT = 50000
|
MAX_DATASET_SOURCES_COUNT = 50000
|
||||||
|
|
||||||
INVALID_WORKER_ID = (400, 1001)
|
INVALID_WORKER_ID = (400, 1001)
|
||||||
|
Loading…
Reference in New Issue
Block a user