dev2021-ctrl

Results 15 issues of dev2021-ctrl

Everytime i generate test cases ,it gives me same skeleton code like below wihtout adding any actual testing values in the code. May be I am missing something. Can somebody...

My test script is below.the issue is random so sometimes the tests are passed and sometimes it fails. I am running on ubuntu with latetst verion of synpress. I can...

Traceback (most recent call last): File "tests/square_test.py", line 61, in main() File "tests/square_test.py", line 47, in main dirt_pixels = get_dirt_pixels().eval() File "tests/square_test.py", line 35, in get_dirt_pixels height=canvas_height, width=canvas_width, channels=1 File...

Hi All I am using this open source tool https://github.com/instructure/canvas-lms and https://github.com/instructure/QTIMigrationTool I am facing some critical urgent issue Please help on the same. I have installed above 2 repos...

Basically I am running this code remotely and since psmesh libs has some issues , the visualization don't work. I need to know "how to comment out the visualization part...

This repo is awesome .please let me know steps to use llama 13b to train similar json data like alpaca_data.json I have my custom data content and want to train....

How to make GUI work and see results on ubuntu machine hosted on AWS ? A bit urgent please help

Error: 500 internal server error Attached image This is happening on my prod eth server , pls advise how to debug and resolve it asap. Rest all api working fine....

Attached valid sample docx file , pls advise A bit urgent Sample code ``` text, _, err := docconv.ConvertDocx("sample_dummy.docx") fmt.Println(text) ``` Result: Empty text returned [sample_dummy.docx](https://github.com/sajari/docconv/files/13724670/sample_dummy.docx)

Can you pls let me know how to display complete decoded hex instead of table format. Thanks