wozeparrot

Results 15 issues of wozeparrot

Can do the same thing for LARS and SGD as is done for LAMB and Adam. Only thing that's dropped is the `skip_list`, but you should be able to get...

Would it be possible to add replaygain support? Most of the other open source music players include it.

feature

**Release Type**: Official Release/GitHub (please choose appropriate option) Official Release **Version**: Version number and/or git branch 3.0.0.6 **Platform(s)**: Does the problem occur on Windows, Android...? Windows **Describe the bug** A...

bug
area-Physics
area-Build
area-Asset

```py t1 = Tensor.zeros(1).contiguous() t2 = Tensor.zeros(1).contiguous() t1[0] = 2 print(t1.numpy()) #-> [2] print(t2.numpy()) #-> [2] ??? ``` `LAZYCACHE=0` fixes it

`CUDA=1 python3 examples/llama.py --gen 2 --size 70B --shard 6 --prompt "Hello." --count 10 --temperature 0 --timing` Runs out of host memory at loading 90% of the weights.