Joseph Wang

Results 10 issues of Joseph Wang

### Bug Description ``` llamaindex-cli download-llamapack LLMCompilerAgentPack --download-dir ./llm_compiler_agent_pack Traceback (most recent call last): File "/home/user/venv_idx/bin/llamaindex-cli", line 8, in sys.exit(main()) File "/home/user/venv_idx/lib/python3.10/site-packages/llama_index/command_line/command_line.py", line 127, in main args.func(args) File "/home/user/venv_idx/lib/python3.10/site-packages/llama_index/command_line/command_line.py", line...

bug
triage

## Feature ## Is your feature request related to a problem? Please describe. ## Describe the solution you'd like ## Describe alternatives you've considered ## Additional context

## Description following https://github.com/deepjavalibrary/djl/blob/master/extensions/tokenizers/README.md for Use DJL HuggingFace model converter (experimental) ``` public void setup() { Criteria criteria = Criteria.builder() .setTypes(QAInput.class, String.class) .optModelPath( Paths.get( "myproject/src/test/resources/roberta-base-squad2.zip")) .optProgress(new ProgressBar()) .build(); try {...

bug

OpenDevin % export LLM_MODEL="gpt-3.5-turbo-1106" OpenDevin % export OPENAI_API_KEY=sk..... OpenDevin % export LLM_API_KEY="sk... OpenDevin % uvicorn opendevin.server.listen:app --port 3000 ``` urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')) During handling...

bug

running commit 413f5b1c0b75c2f6292e46458c7359b71227acec ```(venv_devin) jwang@jwang-llm:~/OpenDevin$ ./math_util.sh Traceback (most recent call last): File "/home/user/OpenDevin/opendevin/main.py", line 6, in import agenthub # noqa F401 (we import this to get the agents registered) File...

bug

Outgoing.cpp:424: Ice::ObjectNotExistException: object does not exist: identity: `DM_Server_19' facet: operation: ice_isA terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc **\* Aborted at 1325992166 (unix time) try "date -d...

DM_Client::add_server: DM_Server_0:default -h 10.101.173.51 -p 25342 Outgoing.cpp:424: Ice::ObjectNotExistException: object does not exist: identity: `DM_Server_0' facet: operation: ice_isA terminate called after throwing an instance of 'IceUtil::Exception' what(): Outgoing.cpp:424: IceUtil::Exception **\* Aborted...

### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...

bug

TensorFlow 1.x is no longer officially supported. The latest version of TensorFlow 1.x (1.15) was released in 2019, and the focus has shifted to TensorFlow 2.x. More MLEs are moving...