Jordan
Jordan
In my Windows OS, when I run the example: ```rust use hf_hub::api::sync::Api; fn main() { let api = Api::new().unwrap(); let repo = api.model("bert-base-uncased".to_string()); let _filename = repo.get("config.json").unwrap(); } ``` -...
My test code is ```rust use rpassword::prompt_password; #[test] fn test_prompt_password() { let passwd = prompt_password("请输入密码:").unwrap(); } ``` where the prompt is simplified Chinese. It should print given prompt: ``` "请输入密码:"...
add tex-fmt manifest: An extremely fast LaTeX formatter written in Rust. - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
``` Traceback (most recent call last): File "/home/he/.local/share/uv/python/cpython-3.8.20-linux-x86_64-gnu/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/he/.local/share/uv/python/cpython-3.8.20-linux-x86_64-gnu/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/he/py-projects/MARLlib/examples/train.py", line 9, in mappo.fit(env,...