Jeroen Van Goey
Jeroen Van Goey
Currently running the command `git add ./dummy *.dvc` gives the error: fatal: pathspec '*.dvc' did not match any files because upon `dvc init`, a `.dvc` folder is created but not...
Fixed a typo in a comment
[`pandas.DataFrame.as_matrix`](https://pandas.pydata.org/pandas-docs/version/0.25.1/reference/api/pandas.DataFrame.as_matrix.html) is deprecated since `pandas` version 0.23.0. It is [recommended to use `DataFrame.to_numpy()` instead](https://pandas.pydata.org/pandas-docs/version/0.25.1/reference/api/pandas.DataFrame.values.html#pandas.DataFrame.values).
**Is your feature request related to a problem? Please describe.** I'm using DeepSpeed in a Kubernetes setup on a multi-GPU cluster. After training is done, the pod will get shut...
The documentation talked about the ReAct framework, but linked to the MRKL Systems paper. Now linking to the correct paper.
When you try to download a dataset that uses [biopython](https://github.com/biopython/biopython), like `load_dataset("InstaDeepAI/multi_species_genomes")`, you get the error: ``` >>> from datasets import load_dataset >>> dataset = load_dataset("InstaDeepAI/multi_species_genomes") /home/j.vangoey/.pyenv/versions/multi_species_genomes/lib/python3.10/site-packages/datasets/load.py:1454: FutureWarning: The repository...
I changed `environemnts` to `environments` and added the `tests` folder to the [spellcheck GitHub workflow](https://github.com/simonw/datasette/blob/d3a1238109f8dfaca2d88a907a0045e00bef1a87/.github/workflows/spellcheck.yml#L27) and the [Justfile](https://github.com/simonw/datasette/blob/d3a1238109f8dfaca2d88a907a0045e00bef1a87/Justfile#L18) so that that typos in this folder can also be caught in...
Related issues: N/A This PR fixes typos found by running [`codespell`](https://github.com/codespell-project/codespell) on the repsitory. It also adds a `codespell` pre-commit hook so that typos are caught faster in the future....
Fix typos found by running [`codespell`](https://github.com/codespell-project/codespell) on the repository.