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: models
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: faf1bec9ecb64581b22a0b8e09a9cca8
run_id: 3ef01a1e3e3d4ba2be705da789bbb8e1
utc_time_created: '2023-02-21 05:07:17.344052'

View File

@ -0,0 +1,10 @@
channels:
- conda-forge
dependencies:
- python=3.10.9
- pip<=23.0.1
- pip:
- mlflow
- cloudpickle==2.2.1
- torch==1.13.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,3 @@
mlflow
cloudpickle==2.2.1
torch==1.13.1