-
[st.txt](https://github.com/ml-explore/mlx-swift-examples/files/14921908/st.txt) is the crash log.
Model : Gemma 2B Quantized
Prompt : "Write code to boot a raspberry pico"
ViRo3 updated
7 months ago
-
hello, I followed your comand line, but find this error:
JniHelpers/src/test/cpp/NativeObjectTest.cpp:49:24: error: ‘TEST_INTEGER’ was not declared in this scope
-
## UTF-8
I have this file called special_characters.cpp which is UTF-8 encoded. I know it's ugly looking, but I read on SO that it was possible in MSVC++.
``` C++
typedef void ‼; // Also known as \u…
hmm34 updated
7 years ago
-
String constants currently aren't very useful as they do not have null terminators, and they are normal Rust UTF-8 strings. This means that users have to do runtime conversions in order to pass these …
-
It looks like the uploaded `jdec.pth` file is corrupt (broken).
I downloaded it TWICE and the hashes are as follows:
```sh
$ md5sum jdec.pth
05ffce5ead865671a0049ff8ffe2ca06 jdec.pth
$ sha25…
-
Hi,
I've given `hellogopher` a try for an internal project at work to replace our own homegrown Makefile but I'm stumped on this error:
```
$ make test
go install errors: open /usr/local/go/pk…
-
### Expected behavior
- [ ] Write the developer's intent in the comments.
It's often said that we can "see the code" without writing documentation above the function's signature, but at least we…
-
I see the following in include/cpprest/details/basic_types.h:
```c++
#ifdef _WIN32
#define _UTF16_STRINGS
#endif
```
All the organizations I have worked for in recent years use utf-8 on all …
-
Your lib is quite elegant.
Usually I use std::wstring in memory to support case-insensitive comparison/search. UTF8 string is not good for such scenarios.
Would you please add std::wstring suppo…
-
hi
dear i have a message with 134 chars and it should be 2 message but when i send with your code it go 3 message
it seem you send utf16 ( 66 chars for each part ) but i need utf8 ( 67 chars for eac…