This commit is contained in:
許登傑
2023-02-21 14:15:39 +08:00
commit e1c2b82109
53 changed files with 546 additions and 0 deletions

View File

@ -0,0 +1,16 @@
artifact_path: model
flavors:
python_function:
data: data
env: conda.yaml
loader_module: mlflow.pytorch
pickle_module_name: mlflow.pytorch.pickle_module
python_version: 3.10.9
pytorch:
code: null
model_data: data
pytorch_version: 1.13.1
mlflow_version: 1.30.0
model_uuid: 2382b7a39c064e7b9b1465cfd84140a3
run_id: 24469fc083d6470a9cad7f17a6eeeea0
utc_time_created: '2023-02-21 05:57:41.973454'

View File

@ -0,0 +1,11 @@
channels:
- conda-forge
dependencies:
- python=3.10.9
- pip<=23.0.1
- pip:
- mlflow
- cloudpickle==2.2.1
- torch==1.13.1
- tqdm==4.64.1
name: mlflow-env

View File

@ -0,0 +1 @@
mlflow.pytorch.pickle_module

View File

@ -0,0 +1,7 @@
python: 3.10.9
build_dependencies:
- pip==23.0.1
- setuptools==67.3.2
- wheel==0.38.4
dependencies:
- -r requirements.txt

View File

@ -0,0 +1,4 @@
mlflow
cloudpickle==2.2.1
torch==1.13.1
tqdm==4.64.1