Results 26 comments of James Bowery

Is there a finite state machine description of the order process?

I've corrected my initial bug report to make clear that the problem is not an attempt to install `visual studio` itself but rather that `conda install` believes I already have...

Due to the crash, the only log data I was able to obtain was scraped from the print statement in your example.

> ...To run it in its current configuration, edit your docker-compose.yaml and in line 4 add ":0.2.2" There is no such line 4: ``` # To boot the app run...

> Let me know if that fixed it :) Almost. I then got an error: `ERROR: Couldn't find env file` So, guessing, I did a: `ln -s .env.template .env` and...

> You need to duplicate the .env.template and right klick on it. Yeah, I saw that in the next step in the instructions and things are working. Thanks!

Do you know what the man page for espeak-ng means when it says "the default English voice"? How can one find out which it is using other than going through...

Same issue. Only one CPU running at 100% ``` print(torch.get_num_threads()) 12 print(torch.cuda.is_available()) False ```

``` :~/dev/tree-of-thoughts$ python example.py ... ModuleNotFoundError: No module named 'guidance' ```

I got it to run with the attached change to the `example.py` file and a `conda environment.yml`. [exampleandcondaenvironment.zip](https://github.com/kyegomez/tree-of-thoughts/files/11547933/exampleandcondaenvironment.zip) However, it doesn't appear to solve the game of 24 (with text-davinci-003):...