-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
space_name = "test"
graph_store = NebulaGraphStore(
space_name=space_name)
storag…
abc-w updated
1 month ago
-
import torch
from transformers import LlamaTokenizer
model_checkpoint = "NousResearch/Llama-2-13b-chat-hf"
tokenizer = LlamaTokenizer.from_pretrained(model_checkpoint)
[Open Browser Console …
-
### Describe the bug
I am experiencing an ImportError when attempting to import AgentWorkFlowConfig and AutoGenWorkFlowManager from the autogenstudio package. Despite using the latest version (0.1.4)…
-
Hi, I'm very interested in using Psiflow to set up MD experiments but I'm trying to get it running on my local machine before plugging it into e.g. the HPC cluster I have access to. However, I have a …
m-k-S updated
2 weeks ago
-
Here is an example that causes Pylint to crash because Astroid raises an unexpected error:
```python
import dataclasses
from typing import TypeVar, Protocol
BaseT = TypeVar("BaseT")
T = TypeVar("T"…
-
Similarly to nbopen I would like to start a Jupyter Notebook from e.g. my Windows explorer with a double-click in voila. Has somebody seen something like that? Is it possible?
-
**Describe the bug**
The neutralino app runs under windows and the pc changes to sleep mode (e.g. close notebook). On Returning from sleep mode to windows (e.g. open notebook) the app hangs. Its not …
-
## Description
On my system, I have only `mamba` installed and not `conda`. When running `jupyter notebook`, `jupyter lab` or `gator`, I get the following error message (sorry for the forma…
cgahr updated
1 month ago
-
I'm using the latest version of `crewai` and `crewai-tools` in a Colab notebook, and my manager agent do not have tools, in fact none of my agents have. The exact same code can run successfully withou…
-
I was recently comparing the performance of point sampling from a raster in xvec (https://github.com/xarray-contrib/xvec/issues/81) and learned that when using xarray's `sel`, the sampling is about 40…