Art

Results 7 comments of Art

similar problem to the person above. pipenv, once activated, launches the right version of the interpreter. However just running SPC-: run-python gives me 2.7.15 for some reason. basically the pyenv...

Reinstalled my virtual environment, reinstalled all the packages: ```python >>> from github import Github >>> token = "thisismytokenfromdevelopersettingsongithub" >>> gh = Github(token) >>> gh.get_user("finnkauski") Traceback (most recent call last): File...

@antimora did you end up trying to compile it statically and run it on WASM?

The way I've read the info about this seems like it's some form of switch that gets flicked (unknown how it actually works under the hood, but as far as...

It was indeed those two mainly for this part of the project. I'm sure other bits might hit some walls too. Essentially here's the [issue](https://github.com/huggingface/candle/issues/1629) on the `candle` side and...

Amazing. Think these bits are kind of crucial to expose for those really highly performance based use cases so your work is appreciated. Drop another message here and I'll try...

Apologies for the long absence. Priorities changed a lot and only now can I return to trying out `tch` again. I tried out `candle` where you're also a contributor so...