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

Add new command and re-structure project #7

Merged
merged 3 commits into from
Apr 2, 2024
Merged

Add new command and re-structure project #7

merged 3 commits into from
Apr 2, 2024

Conversation

Aisuko
Copy link
Contributor

@Aisuko Aisuko commented Apr 2, 2024

(.venv) @Aisuko ➜ /workspaces/kimchima (fix/structure) $ /workspaces/kimchima/.venv/bin/python /workspaces/kimchima/examples/examples.py
torch.Size([1, 384])
torch.Size([2, 384])
Devices.CPU
(0, 0)
(.venv) @Aisuko ➜ /workspaces/kimchima (fix/structure) $ python
Python 3.12.2 (main, Feb 13 2024, 09:38:19) [GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import kimchima
>>> from kimchima import get_device
>>> get_device()
<Devices.CPU: 'cpu'>
>>> exit()
(.venv) @Aisuko ➜ /workspaces/kimchima (fix/structure) $ 

@Aisuko Aisuko added the enhancement New feature or request label Apr 2, 2024
Signed-off-by: GitHub <[email protected]>
@Aisuko Aisuko merged commit 9343f22 into main Apr 2, 2024
6 checks passed
@Aisuko Aisuko deleted the fix/structure branch April 2, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant