Joel
Joel
MModular
Created by tahmeedtoqi on 2/13/2024 in #questions
tensorflow
They should be faster than interpreted python code, but I am not so sure wether it would provide speedups over python code that is compiled with say, py2exe. You may want to do a bit of testing there.
11 replies
MModular
Created by Tuatini on 2/16/2024 in #questions
Networking library
There are no plans for putting one in the stdlib in the immediate future, but it may come after the core language is more mature.
9 replies
MModular
Created by __qqlalksdfnq__ on 9/11/2023 in #questions
Can I use Python library like huggingface transformer?
from python.python import Python
fn main():
try:
let transformers = Python.import_module("transformers")
except:
print("Import failed.")
from python.python import Python
fn main():
try:
let transformers = Python.import_module("transformers")
except:
print("Import failed.")
9 replies
MModular
Created by __qqlalksdfnq__ on 9/11/2023 in #questions
Can I use Python library like huggingface transformer?
or
9 replies
MModular
Created by __qqlalksdfnq__ on 9/11/2023 in #questions
Can I use Python library like huggingface transformer?
from python.python import Python
fn main() raises:
let transformers = Python.import_module("transformers")
from python.python import Python
fn main() raises:
let transformers = Python.import_module("transformers")
9 replies
MModular
Created by Deleted User on 2/19/2024 in #questions
Web sockets
I hope that helps you
6 replies
MModular
Created by Deleted User on 2/19/2024 in #questions
Web sockets
There exists a Mojo HTTPS framework called lightbug (https://github.com/saviorand/lightbug_http)
6 replies
MModular
Created by tahmeedtoqi on 2/13/2024 in #questions
tensorflow
No, but you can import built in python modules using the Python standard library module of Mojo.
11 replies
MModular
Created by Tuatini on 2/16/2024 in #questions
Networking library
There exists a HTTP Framework written in Mojo : https://github.com/saviorand/lightbug_http
9 replies
MModular
Created by Tuatini on 10/20/2023 in #questions
Mojo debug support in VSCode
Currently you cannot debug Mojo programs, but i think they are working on it.
3 replies
MModular
Created by Joel on 1/16/2024 in #questions
Custom decorator
Me too, lets do it.
7 replies
MModular
Created by Joel on 1/16/2024 in #questions
Custom decorator
7 replies
MModular
Created by Joel on 1/16/2024 in #questions
Custom decorator
@a2svior Thank you!
7 replies