Vedant Roy
Vedant Roy
When I run tsdoc, I get the following error. I can provide other files from my project if need be. ``` PS C:\Users\vroy1\Documents\Programming\Srini\Puzzles-Webapp\puzzled\puzzled-javascript\src> tsdoc TSDOC v0.0.4 TSDoc Generating doc... (node:34192)...
This is more like an anti-bug than an actual bug. But it seems like this project works even when I provide a nonsensical rewritePaths entry, for example: ```json "typescript": {...
I've installed Pillow-SIMD. Specifically, `pip show Pillow-SIMD` shows: ``` Name: Pillow-SIMD Version: 9.0.0.post1 Summary: Python Imaging Library (Fork) Home-page: https://github.com/uploadcare/pillow-simd Author: Alex Clark (PIL Fork Author) Author-email: [email protected] License: HPND...
I've been looking to implement some version of side notes in my own application and I was looking to this package for guidance / direct use. I've been reading through...
Small discrepancy noticed between the 2 tokenizers: - https://github.com/openai/CLIP uses special tokens in the form `` - this repository uses special tokens of the form `` Not a huge difference,...
I see there are 3 subsets: DIV, FLT, and the aesthetic version. What are the filtering criteria used for DIV and FLT, and what do they stand for?
When doing inference, I randomly get the following error: ``` RuntimeError: The expanded size of the tensor (256) must match the existing size (287) at non-singleton dimension 0. Target sizes:...
The GPTQ readme has the following: > which demonstrates two new tricks:--act-order (quantizing columns in order of decreasing activation size) and --true-sequential (performing sequential quantization even within a single Transformer...
Tried to compile commit `3b3ce057c935730e15da67c6879c90cbe759cbf7f` from source with `pip install .` When importing flashinfer, I get the error: ``` >>> import flashinfer Traceback (most recent call last): File "", line...
I get the following error: ``` INFO: 127.0.0.1:33480 - "POST /v1/chat/completions HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application Traceback (most recent call last): File "/tmp/env/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 411,...