Open bilallamal07 opened 3 months ago
Try installing Miniconda instead of anaconda.
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh
Miniconda instead of anaconda. already installed , it looks like l have found the conda executable in multiple locations. l have added to correct location on my PATH environment variable need to try try PraisonAI Train: now and let you know , thanks for your support
l have run praisonai train etc....... this is the error l got
ERROR conda.cli.main_run:execute(125): conda run python -u /usr/local/lib/python3.10/dist-packages/praisonai/train.py train
failed. (See above for error)
Traceback (most recent call last):
File "/usr/local/bin/praisonai", line 8, in
I had the same situation, and in my case it was missing the protobuf package. try installing: pip install google protobuf google-cloud
OK Thanks, pip install google protobuf google-cloud didn`tt solve the issue, anyhow it was conda env problem when you run it from runpod., no need to create an env just install miniconda and run it from root.
Now l`m on this situation the process taking long time, to upload model to ollama , is this normal ? please help lm nearly there :-)
Saved GGUF to https://huggingface.co/MLShare/Meta-Llama-3.1-8B-Instruct 2024/08/08 06:42:07 routes.go:1108: INFO server config env="map[CUDA_VISIBLE_DEVICES:0 GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_LLM_LIBRARY: OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS: OLLAMA_RUNNERS_DIR: OLLAMA_SCHED_SPREAD:false OLLAMA_TMPDIR: ROCR_VISIBLE_DEVICES:]" time=2024-08-08T06:42:07.954Z level=INFO source=images.go:781 msg="total blobs: 0" time=2024-08-08T06:42:07.954Z level=INFO source=images.go:788 msg="total unused blobs removed: 0" time=2024-08-08T06:42:07.955Z level=INFO source=routes.go:1155 msg="Listening on [::]:11434 (version 0.3.4)" time=2024-08-08T06:42:07.955Z level=INFO source=payload.go:30 msg="extracting embedded files" dir=/tmp/ollama3933888161/runners time=2024-08-08T06:42:12.089Z level=INFO source=payload.go:44 msg="Dynamic LLM libraries " time=2024-08-08T06:42:12.089Z level=INFO source=gpu.go:204 msg="looking for compatible GPUs" time=2024-08-08T06:42:12.241Z level=INFO source=types.go:105 msg="inference compute" id=GPU-5c1fc2b2-80d1-42be-5acf-61d17c94f065 library=cuda compute=8.6 driver=12.2 name="NVIDIA RTX A6000" total="47.5 GiB" available="40.8 GiB"
Based on the my search analysis, it appears that this log output is from a system that is:
Configuring its environment and settings Managing blobs (binary large objects) Starting up and listening on a specific port Using Large Language Models (LLMs) and dynamically loading libraries Detecting and utilizing GPUs for computation The system seems to be preparing for some kind of computation or processing task, possibly related to natural language processing or machine learning.
experiencing an error with a Python script. The error message indicates that a subprocess call to conda run failed with a non-zero exit status of 1. why command that failed is trying to run a Python script (train.py) within a conda environment named praison_env virtual environment, it's activated
this is the error ERROR conda.cli.main_run:execute(125):
conda run python -u /usr/local/lib/python3.10/dist-packages/praisonai/train.py train
failed. (See above for error)subprocess.CalledProcessError: Command '['conda', 'run', '--no-capture-output', '--name', 'praison_env', 'python', '-u', '/usr/local/lib/python3.10/dist-packages/praisonai/train.py', 'train']' returned non-zero exit status 1.