Szymon Ożóg
Szymon Ożóg
Does the API provide any means to copy a cloth fabric created by NvClothCookFabricFromMesh? It takes some time to run so, I would like to cache it and copy it's...
Created a detoxify evaluation notebook and a readme file containing a summary
Pre-commit::Lint website requires bash, it can be resolved by installing WSL + Ubuntu but that still throws errors as nodejs scripts are downloaded with windows encodings ``` /mnt/g/Program Files/nodejs/npm: line...
System: Windows 10 Python version: 3.10.9 Cmd reproduction: ``` G:\TestProject>python3 -m venv testenv G:\TestProject>source testenv/bin/activate 'source' is not recognized as an internal or external command, operable program or batch file....
### The problem I'm having submodules inside my repository that need to be setup to stay up to date with specific branches, my .gitmodules has ``` [submodule "mySubmodule"] path =......
For a quick repro add an assertion in the linearizer: ```py class Linearizer(Kernel): def const(self, b:Union[int,float], dtype=dtypes.int32, insert_before=None) -> UOp: assert(dtypes.is_int(dtype) == isinstance(b, int)) return self.uops.add(UOps.CONST, dtype, tuple(), b, insert_before=insert_before)...