F

Results 22 comments of F

@PranoySarkar i have same problem. did you solved?

> Have you set `n_gpus=8`? yes I set

I am using huggingface trainer class for finetuning. It works on jupyter notebook not directly training script. how should I share my notebook?

The problem happens in this step: ```#17 [13/14] RUN python -c 'from mlflow.models.container import _install_pyfunc_deps; _install_pyfunc_deps( "/opt/ml/model", install_mlflow=True, enable_mlserver=False, env_manager="conda")' #17 2.315 2023/08/09 20:15:06 INFO mlflow.models.container: creating and activating custom...

> This line command failed in your case: > > ``` > conda env create -n custom_env -f {env_path_dst} > ``` > > so could you provide the output log...

> Can you send the whole stack trace here? ``` 57.89 /home/bentoml/bento/env/python/install.sh: line 25: 8 Killed pip3 install -r "$REQUIREMENTS_TXT" "${PIP_ARGS[@]}" ------ Dockerfile:43 -------------------- 41 | COPY --chown=bentoml:bentoml ./env/python ./env/python/...

> Can you try > > ```shell > docker builder prune --filter type=exec.cachemount > ``` I tried this and also prune --all, but nothing changed. The same error happens in...

> can you send your `bentofile.yaml` here? ``` service: 'service:svc' include: - '*.py' exclude: - "__pycache__" - "test.py" python: requirements_txt: "requirments.txt" models: - sentiment-analysis:latest ```