AidanShipperley

Results 20 comments of AidanShipperley

Hi @holzschu, coremltools does have support for many more models, but provides no functionality to actually train a model, making libraries like PyTorch and Tensorflow/Keras the only way to train...

Hi, I just wanted to add that a [pure python implementation of psutil called pypsutil](https://pypsutil.readthedocs.io/en/latest/) works perfectly for me in Carnets.

I'm also experiencing issues with ppo, but I actually narrowed it down to way before I even create the environment. Simply running the line: `from stable_baselines3 import ppo` commits 2.8...

I found a solution to my issue, however I can't really say if this is the same issue brought up by @genkv. It could still definitely help with memory allocated...

@voidking my apologies, I'll just paste the terminal log below: ``` (metagpt) C:\Users\DL_User\Documents\MetaGPT\MetaGPT-0.6.0\MetaGPT-0.6.0\metagpt>python startup.py "Research and develop a system to interact with an open source LLM, such as Llama 2...

> @AidanShipperley I added exception handling and sleep for 1 second. It worked for me.. Would you be able to provide a little more detail? Exception handling around the `app()`...

I've gotten it to work with python 3.8.0. I believe I tried 3.9 and ran into several issues. 3.7 may work as well but I doubt 3.6 will. Remember to...

Your version of jax is too updated. Try to use the dependencies listed in https://github.com/kingoflolz/mesh-transformer-jax/issues/246

Hi @tpatel, Apologies for the delay; I was reassigned to other tasks at work. Could you please provide more details on the required changes for this feature? Specifically, I'm confused...

Thank you so much @bsekura, I was several hours into debugging. This is also an issue in the CUDA 11.8 distribution of 2.3.0 on Windows, both the release and the...