notebooks
notebooks copied to clipboard
Notebooks using the Hugging Face libraries 🤗
RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1....
POST https://.gradio.live/run/predict 422 I used the gradio UI exactly as is https://github.com/huggingface/notebooks/blob/main/sagemaker/27_deploy_large_language_models/sagemaker-notebook.ipynb
# What does this PR do? Fixes # (issue) ## Who can review? Feel free to tag members/contributors who may be interested in your PR.
# What does this PR do? Complete the note and fix the index for SAM notebook. ## Who can review? @younesbelkada
# What does this PR do? Fixes # (issue) ## Who can review? Feel free to tag members/contributors who may be interested in your PR.
Added "evaluate" # What does this PR do? Updates the command at the top of the notebook so that it matches the command recommended later in the notebook: `pip install...
# What does this PR do? I had issues following the notebook until I realized I wasn't using the write SageMaker image and I did the `pip install` of the...
I'd like to use hugging face model API inference to host my object detection model. Could someone please share the necessary documents?
Fail to go through the `basic_training.ipynb` tutorial. https://github.com/huggingface/notebooks/blame/c6301af08c7e37f52b1b8519e928628f6faf7b17/diffusers_doc/en/basic_training.ipynb#L521 Got error: `TypeError: Accelerator.__init__() got an unexpected keyword argument 'logging_dir'` for this line.
Hi, I was able to deploy the base Falcon-40B model to SageMaker using the TGI DLC by following [this blog post](https://www.philschmid.de/sagemaker-falcon-llm) I also recently fine-tuned the Falcon-40B model with QLoRA...