Filip Andersson
Filip Andersson
I belie i am on the latest version i ran `pip3 install -U git+https://github.com/vn-ki/anime-downloader.git` before running it again today and the same error still occurs. Do not know if my...
> When you are updating, can you try also using the `--force-reinstall` argument? > > ``` > pip3 install -U --force-reinstall git+https://github.com/vn-ki/anime-downloader > ``` when i ran this command i...
My output is this. LOG ``` ▶ pip install -U --force-reinstall git+https://github.com/vn-ki/anime-downloader.git Collecting git+https://github.com/vn-ki/anime-downloader.git Cloning https://github.com/vn-ki/anime-downloader.git to c:\users\filip\appdata\local\temp\pip-req-build-w896o77y Running command git clone -q https://github.com/vn-ki/anime-downloader.git 'C:\Users\Filip\AppData\Local\Temp\pip-req-build-w896o77y' Collecting pySmartDL>=1.3.4 Using cached pySmartDL-1.3.4-py3-none-any.whl...
Ops did not see, this is the output without --force-reinstall, it seem to be successful then LOG ``` ▶ pip install -U git+https://github.com/vn-ki/anime-downloader.git Collecting git+https://github.com/vn-ki/anime-downloader.git Cloning https://github.com/vn-ki/anime-downloader.git to c:\users\filip\appdata\local\temp\pip-req-build-oen_2egc Running...
It seem to work on the web-version, but somewhat slow as my internet is quite limited. i installed wget but it does not seem to work correctly LOG ``` anime...
I have not tested Adabelief together with mixed-precision mode, maybe submit an issue at the authors [github](https://github.com/juntang-zhuang/Adabelief-Optimizer)?
It seem Cuda becomes disabled when running anything above `opt-level = 0`. An even simpler example ```rs extern crate tch; use anyhow::Result; pub fn main() -> Result { println!("{:?}", tch::Device::cuda_if_available());...
This is quite annoying, I'm doing some large nushell benchmarks and I have a significant slowdown in my terminal between prompts after running the.
> How do you do a PGO build with cargo? I'd like to try it. https://github.com/Kobzol/cargo-pgo I managed to run PGO locally using this cargo extension. the extension manages alot...
I ran nushell with nu -c 'source ...' and i belive it worked