Kiraid
Kiraid
Explore posts from servers
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
12 replies
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
Opened up an issue for this here: https://github.com/modularml/mojo/issues/3429
12 replies
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
12 replies
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
12 replies
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
Using ipython magic-action %%script to call modular's magic shell, while offline, running a no-op comment line of #, I get the following error:
Error starting shell: Not a tty (os error 25)

---------------------------------------------------------------------------
CalledProcessError Traceback (most recent call last)
Cell In[2], line 1
----> 1 get_ipython().run_cell_magic('mojo', '', '#\n')

File /opt/conda/lib/python3.10/site-packages/IPython/core/interactiveshell.py:2517, in InteractiveShell.run_cell_magic(self, magic_name, line, cell)
2515 with self.builtin_trap:
2516 args = (magic_arg_s, cell)
-> 2517 result = fn(*args, **kwargs)
2519 # The code below prevents the output from being displayed
2520 # when using magics with decorator @output_can_be_silenced
2521 # when the last Python token in the expression is a ';'.
2522 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False):

File /opt/conda/lib/python3.10/site-packages/IPython/core/magic.py:755, in MagicAlias.__call__(self, *args, **kwargs)
753 args_list[0] = self.magic_params + " " + args[0]
754 args = tuple(args_list)
--> 755 return fn(*args, **kwargs)
756 finally:
757 self._in_call = False

File /opt/conda/lib/python3.10/site-packages/IPython/core/magics/script.py:314, in ScriptMagics.shebang(self, line, cell)
309 if args.raise_error and p.returncode != 0:
310 # If we get here and p.returncode is still None, we must have
311 # killed it but not yet seen its return code. We don't wait for it,
312 # in case it's stuck in uninterruptible sleep. -9 = SIGKILL
313 rc = p.returncode or -9
--> 314 raise CalledProcessError(rc, cell)

CalledProcessError: Command 'b'#\n'' returned non-zero exit status 1.
Error starting shell: Not a tty (os error 25)

---------------------------------------------------------------------------
CalledProcessError Traceback (most recent call last)
Cell In[2], line 1
----> 1 get_ipython().run_cell_magic('mojo', '', '#\n')

File /opt/conda/lib/python3.10/site-packages/IPython/core/interactiveshell.py:2517, in InteractiveShell.run_cell_magic(self, magic_name, line, cell)
2515 with self.builtin_trap:
2516 args = (magic_arg_s, cell)
-> 2517 result = fn(*args, **kwargs)
2519 # The code below prevents the output from being displayed
2520 # when using magics with decorator @output_can_be_silenced
2521 # when the last Python token in the expression is a ';'.
2522 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False):

File /opt/conda/lib/python3.10/site-packages/IPython/core/magic.py:755, in MagicAlias.__call__(self, *args, **kwargs)
753 args_list[0] = self.magic_params + " " + args[0]
754 args = tuple(args_list)
--> 755 return fn(*args, **kwargs)
756 finally:
757 self._in_call = False

File /opt/conda/lib/python3.10/site-packages/IPython/core/magics/script.py:314, in ScriptMagics.shebang(self, line, cell)
309 if args.raise_error and p.returncode != 0:
310 # If we get here and p.returncode is still None, we must have
311 # killed it but not yet seen its return code. We don't wait for it,
312 # in case it's stuck in uninterruptible sleep. -9 = SIGKILL
313 rc = p.returncode or -9
--> 314 raise CalledProcessError(rc, cell)

CalledProcessError: Command 'b'#\n'' returned non-zero exit status 1.
%%script calling bash or python works just fine.
12 replies
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
Or is this the correct one to site:
Licensed under https://www.modular.com/legal/terms
Licensed under https://www.modular.com/legal/terms
12 replies
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
Or is this the correct one to use:
https://www.modular.com/legal/max-mojo-license
https://www.modular.com/legal/max-mojo-license
12 replies
MModular
Created by Kiraid on 8/23/2024 in #questions
Offline Kaggle Install
caroline_frasca:
Sorry for the delay on this – I've confirmed that uploading the .whl file to Kaggle doesn't violate our terms & conditions. Let us know if you run into any issues along the way so we can help out 🙂
@Caroline Is Apache License v2.0 the correct license to tag? Then put this in the description?
Copyright (c) 2024, Modular Inc. All rights reserved.

Licensed under the Apache License v2.0 with LLVM Exceptions:
https://llvm.org/LICENSE.txt

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Copyright (c) 2024, Modular Inc. All rights reserved.

Licensed under the Apache License v2.0 with LLVM Exceptions:
https://llvm.org/LICENSE.txt

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
12 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
How to hide Cyan Line at bottom of screen
This effect happens with 175%, 225%, and 300% for me. Work around is using a different UI zoom.
10 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
How to hide Cyan Line at bottom of screen
10 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
How to hide Cyan Line at bottom of screen
No description
10 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
How to hide Cyan Line at bottom of screen
No description
10 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
How to hide Cyan Line at bottom of screen
See my two edits above.
10 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
How to hide Cyan Line at bottom of screen
This line at the bottom of the screen randomly has glitches on it, like smudges of dark colors, like it isn't being redrawn as often as it should. Edit These smudges are blinking with the cursor. I think it is grabbing corrupted pixels of about 5px around the cursor of the discord window, and rendering them over the 1px line at the bottom of the screen.
10 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
How to hide Cyan Line at bottom of screen
Also, Enabling a bottom of the screen "Screen Edges" effect, then disabling this effect, is still showing the 10 pixel tall Screen Edge animation that wasn't there before. Rebooting didn't fix this. Setting to default didn't fix this. (This is not the 1 px tall cyan/azure line.) Edit So the taskbar opening after moving your mouse to the bottom of the screen is effected by "Screen Edges/Activation delay", yet its setting for the bottom of the screen is "No Action" and the setting for the bottom-right corner of the screen is "No Action" even though both of these have an action (Unhide the taskbar & Peek at Desktop).
10 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
Bazzite 40 About: No longer NVidia
Does anyone know how to get the "MUX" icon back in the taskbar or is that getting removed from fedora/bazzite 40?
15 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
Bazzite 40 About: No longer NVidia
😦 This is an HDR10 screen... I don't think "ujust toggle-nvk" fixed this either.
15 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
Bazzite 40 About: No longer NVidia
It is not in "System Settings/Display & Monitor/Display Configuration", could you give me exact steps to reach it?
15 replies
UBUniversal Blue
Created by Kiraid on 4/21/2024 in #🛟bazzite-help
Bazzite 40 About: No longer NVidia
Is there anyway to test HDR10?
15 replies