Zijian Zang
Zijian Zang
I start a new project and use tokei to track code lines. It seems that the filenames are not sorted in lexicographical order with `--files` flag. It confused me because...
### What problem does this PR solve? In rust project-3 tests/cli.rs `cli_invalid_set` function, the fifth command should test "set" command, while testing "get". ### What is changed and how it...
首页中提到 >本书使用的reStructuredText标记语言...有大量漂亮的HTML书籍主题模版 请问是否考虑在主题中加入暗色模式,或者切换到具有暗色模式的主题?
I tried to fine tune [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) with this crate. After training, the safetensors saved only contains two tensors: ``` lora_llama.b0 lora_llama.a0 ``` I expand the macro in mod llama and...
If environment variable `HF_ENDPOINT` exists, use it to build api. fix #47
I try to handle the Error that Api::new() may return, but it seems that it never returns a error. Here's the related code in latest commit `6303587576f8a1ce9f91f8274265a153b89afb6e`: ```rust // src/api/sync.rs...
I read the [Imposing Consistent Light](https://github.com/lllyasviel/IC-Light?tab=readme-ov-file#imposing-consistent-light) section in README and noticed that you train the model with light from four directions. However, all these directions surround the person and are...
[Document] `USE_OS_TZDB` option in TZ installation document should be changed to `USE_SYSTEM_TZ_DB `
Today I try to compile tz.cpp following [this](https://howardhinnant.github.io/date/date.html#Installation) and find setting `USE_OS_TZDB` to `on` not work. I check the CMakeLists.txt and it turns out that that the actual option is...
## Environment ### Version \>= v13.0.0-alpha.2 ### OS wsl ## Description when running `cargo run -- --output json`, it shows: ``` thread 'main' panicked at src/cli.rs:296:30: Mismatch between definition and...