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: cls_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: a0ecc970cadb47a9b839283e9514732d
run_id: 63c7363339e042f4848d9041ba8deb82
utc_time_created: '2023-02-21 05:37:55.904472'

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