Results 7 issues of Li Tan

I am running into the below error while following the [tutorial](https://oblivc.org/tutorial/) to test it on ubuntu. ``` make cilly install-findlib install-data PREFIX=. datarootdir=share DESTDIR= OCAMLFIND_DESTDIR=lib make[1]: Entering directory '/home/tanliboy/obliv-c' export...

Hi FastChat team, I ran into this error while starting the qa broswer. It seems that the Dropdown::update has been removed (https://github.com/gradio-app/gradio/issues/6862), and we need update the qa_browser.py. Or did...

Hi Team, It is amazing handbook. In the continued pre-training script (`run_cpt.py`), I saw that it is not using "mlm" (Masked Language Model) parameter in the training process. I though...

**Describe the issue** There are several format issues in the possible answers of live test cases. **ID datapoint** 1. Datapoint / Model Handler permalink: https://github.com/ShishirPatil/gorilla/blob/main/berkeley-function-call-leaderboard/data/possible_answer/BFCL_v2_live_parallel_multiple.json Here are failed examples from...

**Description** The instructions in Java/Javascript test cases often request explanations or descriptions of function calls rather than directly requesting the construction of function calls. This leads to failures in the...

I followed the tutorial but got the below PydanticSchemaGenerationError when I ran `app_gui` in examples. ``` File "/opt/conda/envs/rl/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type return self._unknown_type_schema(obj) File "/opt/conda/envs/rl/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema...

While running the dlrm_v3, I got this error: `Exception has occurred: AttributeError (note: full exception trace is shown but execution is paused at: _run_module_as_main) 'OptimizerArgs' object has no attribute 'learning_rate'...