Martin Eršek
Martin Eršek
Hello, in ABK-PRO-MINI you have swapped pins it should be (from top left to bottom left) - GND, GND, VCC, RX1, TX0, DTR but you have DTR, TX0, RX1, VCC,...
`Set_Enable` and `Set_Disable` functions's definitions should be swapped. When I wanted to turn off TF-Luna's light I had to use `Set_Enable` function instead of `Set_Disable` function. Same goes for the...
It's almost ready to merge - only remaining thing is to figure out required ``eip29_preamble`` bytes and based on them include some test vectors.
Alpaca LoRA model was trained on the same dataset as original [Stanford Alpaca](https://crfm.stanford.edu/2023/03/13/alpaca.html). However, this dataset contains two types of instructions, namely: - instructions with input - instructions without input...
I encountered this problem during usage of Chrome browser, Firefox works fine (reason mentioned below). Browser is sending following Accept-Language request header "sk-SK;sk" (for comparison Firefox is only sending "sk")....
Hi, I've made a few commits to improve this repository, namely: #### 1. Changed default language to English: - Since most users prefer English, it makes sense to have it...