Maciej (MJ) Mikulski
Maciej (MJ) Mikulski
### Situation When [creating a package](https://docs.quiltdata.com/walkthrough/uploading-a-package#pushing-a-package-to-a-remote-registry): ``` import quilt3 quilt3.config(default_remote_registry='s3://your-bucket') p = quilt3.Package() p.push("username/packagename") ``` The package name can be any string. In particular it may be e.g. `fashion-mnist`. ###...
It has a dependency on `click` version `6.7` which was released more than [4 years ago](https://click.palletsprojects.com/en/6.x/changelog/#version-6-7). I cannot install it with [poetry](https://github.com/python-poetry/poetry/issues/697) because of that.
Here is the [list of supported environments](https://docs.floydhub.com/guides/environments/). The latests TF is 2.2. On the other hand, it seems you adopted TF 2.3 [here](https://github.com/floydhub/dockerfiles/blob/master/dl/tensorflow/2.3/Dockerfile-py3.gpu.cuda10cudnn7_aws) for example. Are there a chance that...

Do you have any plans to include playing card suits ♠ ♥ ♦ ♣ into the font?
Dear Contributor, I would like to reuse your code and dataset, but without a license I am not sure if you agree and to what extent. Could you add a...
## 🐛 Bug When using `benchmark_litgpt` Following error occurs: ``` Exception: Unexpected error occurred for {\'--micro_batch_size\': 1} due to [W803 20:39:12.165884696 socket.cpp:752] [c10d] The client socket has failed to connect...
## 🚀 Feature: Improve Conditional Statement Error Messages in Thunder JIT ### Motivation When attempting to use conditional statements (e.g., if a.sum() > 0:) in Thunder JIT functions, the resulting...
## 🚀 Model / language coverage I encountered an issue while attempting to use `thunder.jit` with models outside of the lit-gpt universe, specifically the Hugging Face model [Qwen2-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2-1.5B-Instruct). The following...
## 🚀 Feature ### Motivation Adding an executor requires obtaining the list of default executors and appending them, which is not very elegant: ```py # Default executors model = thunder.jit(model,...