David Ruan
David Ruan
When embed markdown using #heading, and in that embeded markdown, there is a link to block like [[myfile#^5f4d3]], the link to block can't be recognized. For example: ``` in myslide.md:...
When click the link in markdown and jump to annotation in pdf, I can't show all annotations. The pdf is always focused on the same annotation. If I scroll the...
**Describe the bug** when export to html, the svg viewbox is too small to show the activity info **To Reproduce** just export html **Expected behavior** the activity and workobjects can...
In the languages using CJK unicode, the words are not separated by spaces. So it needs to be separated manually. Need to adjust the WPM indicator for CJK unicode later.
https://github.com/bigcode-project/starcoder/blob/6c746b437d1895fb47b809d81a6a0db6637f6eee/chat/train.py#L313 It generates error: if data_args.dataset_config_name is not None:AttributeErrorif data_args.dataset_config_name is not None: AttributeError: 'DataArguments' object has no attribute 'dataset_config_name': 'DataArguments' object has no attribute 'dataset_config_name'AttributeError: AttributeError'DataArguments' object has no...
It seems that the example fine-tune task is training for specific downstream task, like text-to-code. Is there any example for adding a new programming language? Thanks!
usage: python inpaint_cli.py [-h] [--output_path OUTPUT_PATH] image_directory mask_path Inpaint an image using a mask. positional arguments: image_directory Path to the input image directory. mask_path Path to the mask image. optional...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
to ensure that the output of calibrate follower and leader are consistent, avoiding the situation where the calibration is thought to have failed due to not being able to find...