Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python gui demo #31

Merged
merged 16 commits into from
Dec 21, 2024
Merged

Python gui demo #31

merged 16 commits into from
Dec 21, 2024

Conversation

matt200-ok
Copy link
Contributor

No description provided.

Copy link
Member

@laves laves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

three additional things:

  • non-windows should fail
  • change source file name to `windows_gui.py
  • when can't find --config_path, it should fail

from concurrent.futures import ThreadPoolExecutor
from typing import Optional, Sequence
from itertools import chain
import curses
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OCD, but move this up to the import * block and make everything alphabetical order within its own block



class Generator:
def __init__(self, queue: Queue, synthesizer: Synthesizer, pllm_connection: Connection, pllm_process: Process):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's break up these longer argument blocks into multiline for better diffs

@laves laves merged commit fac1739 into main Dec 21, 2024
3 checks passed
@laves laves deleted the python-gui-demo branch December 21, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants