init
This commit is contained in:
@ -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: dd1b1e3a6b5f4274a5690a8843751ff3
|
||||
run_id: 8ba27f225a7442be8816977c2077c510
|
||||
utc_time_created: '2023-02-21 05:05:04.660670'
|
@ -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
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
mlflow.pytorch.pickle_module
|
@ -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
|
@ -0,0 +1,3 @@
|
||||
mlflow
|
||||
cloudpickle==2.2.1
|
||||
torch==1.13.1
|
Reference in New Issue
Block a user