Turning out data tricks since 2006!

Results 61 issues of Turning out data tricks since 2006!

**Describe the bug** error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] note: This error originates from a subprocess,...

I like the OR structure However. I'd also like to see if some strategies are excluded altogether. If there was a strat_opts where the values were blank that would disable...

enhancement

Add EMA crossover strategy

enhancement

I found this guide https://hub.docker.com/r/lvarin/slurm-docker-cluster but it doesn't actually replicate the c1 workers found this as well https://stackoverflow.com/questions/49518376/docker-swarm-how-to-balance-already-running-containers-in-a-swarm-cluster looks like I need to modify docker-compose to include something like please...

**Is your feature request related to a problem? Please describe.** I wrote this up https://gist.github.com/thistleknot/0edafe7c477290e300e5cac08e7a4984 Can be used with multivariate data to forecast a sequence out. **Describe the solution you'd...

suggestion

### Describe the bug trying to run text-generation-webui and the server starts up, but when I attempt to derive inference quant_cuda throws an error about not having a function. hoping...

bug

### Describe the bug Unable to run 4-bit quantized models on GPU despite having correct GPTQ installed. ### Is there an existing issue for this? - [X] I have searched...

bug

**Description** **Stop tokens for stablelm** * https://huggingface.co/stabilityai/stablelm-tuned-alpha-3b **Additional Context** `nano server.py` ``` from transformers import LlamaTokenizer, StoppingCriteria, StoppingCriteriaLis ... class StopOnTokens(StoppingCriteria): def __call__(self, input_ids: torch.LongTensor, scores: torch.FloatTensor, **kwargs) -> bool:...

enhancement

forgive me of my ignorance but before mergekit, I only knew of merging qlora weights and came across this https://github.com/Gryphe/BlockMerge_Gradient I've been tracking a lot of papers on how to...

I'm prompt engineering some direct preference optimization prompts. What was confusing was trying to determine how to insert the binary classification. would love to see a suggested guide, but here...