Austin

Results 52 comments of Austin

> The CB-ACCESS-TIMESTAMP header MUST be number of seconds since Unix Epoch in UTC. Decimal values are allowed. > Your timestamp must be within 30 seconds of the api service...

I opened issue #443 regarding this

I have the same issue > Try changing your expand trigger to control-b. @chumbucket This does not work... I have the following in my .vimrc ```vim let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger=""...

I'm using this configuration which seems to be working as a temporary work around. Though, an actual fix, or explanation on how this works, would be much appreciated. ```vim let...

Oh, it's been awhile, but I found it! ```sh python convert.py local/models/deepseek-ai/deepseek-coder-6.7b-instruct --vocab-type hfft --pad-vocab ``` This is the original command I used. You need to use the `--vocab-type` and...

@woodx9 I didn't create it so you'll need to read the linked rationale.

I'm actually early and waiting on some things to finish through. I thought I would be busy until mid April, but I might have some free time sooner than I...

@PromtEngineer @LeafmanZ It's ready for review and testing. Let me know of any bugs, exceptions, etcetera. I'll have the rest ironed out by tonight.

Why is flake8 ignoring typing and then something is replacing it with default annotations? It causes the yaml check to fail.

I fixed the pre-commit hooks, restored the 120 line length limit, and it's passing now. `run.py` should operate as expected. There are certain things I won't be able to test...