ai-training-examples icon indicating copy to clipboard operation
ai-training-examples copied to clipboard

Results 4 ai-training-examples issues
Sort by recently updated
recently updated
newest added

While running model, tokenizer = load_model(model_name, bnb_config) I am getting the following error, --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[33], line 4 2 model_name = "meta-llama/Llama-2-7b-hf" 3 bnb_config...

``` USERNAME=hellosivi REPOSITORY=library IMAGE_NAME=clr TAG=v1 IMAGE_URI=$USERNAME/$REPOSITORY/$IMAGE_NAME:$TAG IMAGE_URI_NEW=registry-1.docker.io/hellosivi/library/$IMAGE_NAME:$TAG ovhai job run $IMAGE_URI_NEW \ --timeout "10d" \ --gpu 1 \ --name "sample-training-docker" \ --flavor ai1-1-gpu ``` We added a private registry in...

fixes current issue at app launch: ```bash Permission denied: '/workspace/stable-diffusion-webui/models/hypernetworks ``` due to a webui update. by using the master location at tutorial writing date, we ensure tutorial is still...

I was testing this notebook on Miniconda- conda-py311-cudaDevel11.8 and got some errors, here are the fix I had to make to make the notebook ends without error. - updated scikit-learn...