NanoCode012

Results 13 issues of NanoCode012

Some info redacted. ``` Uncaught exception POST /api/tensorboard?XXXX HTTPServerRequest(protocol='http', host='', method='POST', uri='/api/tensorboard?XXXX', version='HTTP/1.1', remote_ip='') Traceback (most recent call last): File "/opt/conda/lib/python3.6/site-packages/tornado/web.py", line 1701, in _execute result = method(*self.path_args, **self.path_kwargs) File...

### Problem I ran jupyterlab within docker. Afterwards, I started a simple yolov5 training, then tried to download the charts on a Scalar. When I pressed on it, nothing happened....

📚 This guide explains how to properly use **multiple** GPUs to train a dataset with YOLOv5 🚀 on single or multiple machine(s). UPDATED 25 December 2022. ## Before You Start...

documentation
enhancement

**Describe the bug** I am trying to watch a film with high bitrate (40+Mbps). It can play, but needs some time to buffer. When I play the video transcoded to...

bug

Code is heavily inspired from https://github.com/v1k45/python-qBittorrent/pull/40#issue-577675575 . I noticed the PR is not merged and points to the wrong path, so I fixed the API path and added more information...

Should Solve https://github.com/hitrov/oci-arm-host-capacity/issues/20 I added `OCI_IN_TRANSIT_ENCRYPTION` as a new env param that sets `isPvEncryptionInTransitEnabled`. **Untested** because I do not have an account with free resources, but it should work as...

Adds wandb for tracking runs. Usage: pass - `--wandb_project "name" ` - `--run_name "name"` (optional) It also detects if environment already set and passes `report_to='wandb'` Test run passing `wandb_project` and...

Hello, Thank you for your work. I encountered a weird issue with training LORA. I used the default settings with cleaned dataset and can successfully train the 7B one. However,...

Hello, Thank you for the amazing repo. I was curious about this code below. https://github.com/artidoro/qlora/blob/e3817441ccc7cff04ca13e8fab5196d453ff32f2/qlora.py#L221-L222 Why is `lm_head` removed? What does it mean by for "needed for 16-bit"? Does it...

See below for update: https://github.com/OpenAccess-AI-Collective/axolotl/pull/1137#issuecomment-1959436662 --- Description: Allow multiple roles for input and output. NOTE: Beta and hardcoded values for now! How to use: ```diff - type: sharegpt + type:...