Han

Results 14 comments of Han

That looks awesome. I do think there has to be a `submit` or `finished` button at the tagging page as not every piece of text will be tagged for sequence...

> Workaround: A lot of the twine arguments can be passed as environment variables also Have you managed to pass in/set the location of the cert files for twine successfully?...

> _"If you are unable to install the cuda-keyring package, you can optionally install the new signing key manually (although **this [apt-key] is not the recommended method**)."_ [[source](https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772)] > >...

I install QSTrader on my Windows 10 machine via Anaconda. Here's my process: ``` conda create --name qstrader activate qstrader pip install git+https://github.com/mhallsmoore/qstrader.git ``` This part works fine. But if...

@ryankennedyio Thank you for the help. I've looked into the issue. In the buy_and_hold_backtest.py, it did ``` config = settings.from_file( settings.DEFAULT_CONFIG_FILENAME, testing ) ``` I have no idea where `DEFAULT_CONFIG_FILENAME`...

On it, will get it out in a couple days. Apologies on the delay.

@andreaskoepf Quick question about the expected behavior. 1. On friendly answer. There's a predefined help message already. 2. `/help` command on the bot works in both Discord channel and in...

@andreaskoepf This issue should be closed; the bot already had the intended behavior as shown in the screenshots taken several weeks ago.

CUDA 12 is not compatible with PyTorch 2.0. https://github.com/pytorch/pytorch/blob/master/RELEASE.md#release-compatibility-matrix Following is the Release Compatibility Matrix for PyTorch releases: PyTorch version | Python | Stable CUDA | Experimental CUDA -- |...