anzz1

Results 42 issues of anzz1

Please add another type of aggro warning as an option, one which follows the blizzard convention as detailed here : https://wowpedia.fandom.com/wiki/API_UnitThreatSituation UNIT_THREAT_LIST_UPDATE event is fired by source and thus requires...

enhancement

- On older versions function will silently fail without any ill effects - Only used when params.use_color==true ( --color ) - No windows.h dependency

bug

`__FMA__` and `__F16C__` are defined in GCC and Clang `__FMA__` and `__F16C__` are not defined in MSVC, however they are implied with AVX2/AVX512 https://learn.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-160 Thus, enable FMA and F16C in...

bug
performance

> Not all of these checksums seem to be correct. Are they calculated with the "v2" new model format after the tokenizer change? PR: https://github.com/ggerganov/llama.cpp/pull/252 Issue: https://github.com/ggerganov/llama.cpp/issues/324 > > For...

bug
model

Otherwise the tests may be ran and pass even if the build has errors and thus the step itself can pass with errors in build

bug
build

`--in-prefix STRING` command line option prefixes user inputs with `STRING` For example, chatting with bob: `./main -m ./models/llama-13B-ggml/ggml-model-q4_0.bin -n 256 --repeat_penalty 1.0 -f ./prompts/chat-with-bob.txt -i -r "User:" --in-prefix " "`...

From my testing this fixes the problems with UTF-8 inputs and outputs. I dislike having to add this platform-specific code but it has to be done for it to work...

bug

- CMake: Add AVX512 option - CI: Add AVX/AVX512 builds (Windows) - CI: Fix release tagging (change @zendesk/action-create-release to @anzz1/action-create-release until upstream PR https://github.com/zendesk/action-create-release/pull/32 is merged)

enhancement
build

- remove leading/trailing whitespace&slashes https://github.com/techgaun/active-forks/commit/53ac693d5a9602d79a934e5210a425693272348b - improved bookmarklet https://github.com/techgaun/active-forks/commit/65f0aba0c6087740820026e59ff081f8c730411d * check hostname = github.com * use url path instead of window title * fix alert on error not working *...

Hey, I was wondering whether it was possible to block this cheat client from joining to servers? It seems that VAC doesn't detect it, is there any other way? If...