Peter Yu
Peter Yu
Hi! I'm planning on writing a chess engine in rust to learn the language better and I'm looking for a move generator to use. I'm currently in between Pleco and...
**Describe the bug** I just did a clean, fresh install for flambe 0.4.6 and I see this error messsage: ``` botocore 1.13.13 has requirement python-dateutil=2.1; python_version >= "2.7", but you'll...
**Describe the bug** The base sampler produces the following warning: ``` py.warnings [block_train] /home/ubuntu/.local/lib/python3.6/site-packages/flambe/sampler/base.py:167: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().re quires_grad_(True),...
**Is your feature request related to a problem? Please describe.** Currently, the flambe report webpage displays a dependency graph of all the stages in the pipeline. While it looks cool,...
**Describe the bug** If you use relative paths for local resources, flambe components no longer can find those files anymore due to the fact that the cwd is the artifact...
## 🐛 Bug F1 doesn't ignore indices properly. ### To Reproduce Run the following code. ```python import torch from torchmetrics import F1 f1 = F1(ignore_index=0) f1(torch.tensor([1, 1, 1, 1, 2,...
This fixes issue #2. There are some whitespace changes, so please view the diff with `?w=1` (https://blog.github.com/2011-10-21-github-secrets/#whitespace)
- **Poetry version**: 1.2.2 - **Python version**: 3.8.10 - **OS version and name**: Ubuntu 20.04.4 LTS - **pyproject.toml**: https://gist.github.com/yukw777/ae1fa6d5338fe621fe3595aa9a9de1ed - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed...
**Describe the bug** This is a follow up from https://github.com/microsoft/DeepSpeed/issues/1069#issuecomment-1518294721. @tjruwase I'm in the process of reproducing Alpaca-LoRA, and I've noticed a 10x performance degradation when using Stage 3 compared...
I was looking around the annotations for LA in-context, I noticed that the instructions specified as related instructions do not exist. Dense Caption doesn't seem to have this problem. ```python...